芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/setprototypeof/package.json
{ "_args": [ [ "setprototypeof@1.2.0", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "setprototypeof@1.2.0", "_id": "setprototypeof@1.2.0", "_inBundle": false, "_integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", "_location": "/setprototypeof", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "setprototypeof@1.2.0", "name": "setprototypeof", "escapedName": "setprototypeof", "rawSpec": "1.2.0", "saveSpec": null, "fetchSpec": "1.2.0" }, "_requiredBy": [ "/http-errors" ], "_resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", "_spec": "1.2.0", "_where": "/home/freeclou/app.optimyar.com/backend", "author": { "name": "Wes Todd" }, "bugs": { "url": "https://github.com/wesleytodd/setprototypeof/issues" }, "description": "A small polyfill for Object.setprototypeof", "devDependencies": { "mocha": "^6.1.4", "standard": "^13.0.2" }, "homepage": "https://github.com/wesleytodd/setprototypeof", "keywords": [ "polyfill", "object", "setprototypeof" ], "license": "ISC", "main": "index.js", "name": "setprototypeof", "repository": { "type": "git", "url": "git+https://github.com/wesleytodd/setprototypeof.git" }, "scripts": { "node010": "NODE_VER=0.10 MOCHA_VER=3 npm run testversion", "node11": "NODE_VER=11 npm run testversion", "node4": "NODE_VER=4 npm run testversion", "node6": "NODE_VER=6 npm run testversion", "node9": "NODE_VER=9 npm run testversion", "postpublish": "git push origin && git push origin --tags", "prepublishOnly": "npm t", "test": "standard && mocha", "testallversions": "npm run node010 && npm run node4 && npm run node6 && npm run node9 && npm run node11", "testversion": "docker run -it --rm -v $(PWD):/usr/src/app -w /usr/src/app node:${NODE_VER} npm install mocha@${MOCHA_VER:-latest} && npm t" }, "typings": "index.d.ts", "version": "1.2.0" }