芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/@purest/config/package.json
{ "_args": [ [ "@purest/config@1.0.1", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "@purest/config@1.0.1", "_id": "@purest/config@1.0.1", "_inBundle": false, "_integrity": "sha512-cEG7U0X26a25SVrHsja5TohAfnkd0jjkjNu0bPX6cQdrSe16j/WeOuX1+TXbkDuZcirIDv7gjHSMe5vfCnW2og==", "_location": "/@purest/config", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@purest/config@1.0.1", "name": "@purest/config", "escapedName": "@purest%2fconfig", "scope": "@purest", "rawSpec": "1.0.1", "saveSpec": null, "fetchSpec": "1.0.1" }, "_requiredBy": [ "/purest" ], "_resolved": "https://registry.npmjs.org/@purest/config/-/config-1.0.1.tgz", "_spec": "1.0.1", "_where": "/home/freeclou/app.optimyar.com/backend", "author": { "name": "Simeon Velichkov", "email": "simeonvelichkov@gmail.com", "url": "https://simov.github.io" }, "bugs": { "url": "https://github.com/simov/purest-config/issues" }, "dependencies": { "extend": "^3.0.0" }, "description": "Configuration logic for the Purest module", "devDependencies": { "coveralls": "^2.11.9", "eslint": "^2.7.0", "eslint-config-standard": "^5.1.0", "eslint-plugin-promise": "^1.1.0", "eslint-plugin-standard": "^1.3.2", "istanbul": "^0.4.3", "mocha": "^2.4.5" }, "files": [ "lib/", "LICENSE", "README.md", "index.js" ], "homepage": "https://github.com/simov/purest-config", "keywords": [ "purest", "rest", "restful", "api", "http", "https", "client" ], "license": "Apache-2.0", "main": "index.js", "name": "@purest/config", "repository": { "type": "git", "url": "git+https://github.com/simov/purest-config.git" }, "scripts": { "lint": "eslint lib/ test/ && echo Lint Passed", "test": "npm run lint && npm run test-ci", "test-ci": "mocha test/", "test-cov": "istanbul cover _mocha test/" }, "version": "1.0.1" }