관리-도구
편집 파일: package.json
{ "_args": [ [ "dotenv@4.0.0", "/Users/zkat/Documents/code/npx" ] ], "_from": "dotenv@4.0.0", "_id": "dotenv@4.0.0", "_inBundle": true, "_integrity": "sha1-hk7xN5rO1Vzm+V3r7NzhefegzR0=", "_location": "/libnpx/dotenv", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "dotenv@4.0.0", "name": "dotenv", "escapedName": "dotenv", "rawSpec": "4.0.0", "saveSpec": null, "fetchSpec": "4.0.0" }, "_requiredBy": [ "/libnpx" ], "_resolved": "https://registry.npmjs.org/dotenv/-/dotenv-4.0.0.tgz", "_spec": "4.0.0", "_where": "/Users/zkat/Documents/code/npx", "author": { "name": "scottmotte" }, "bugs": { "url": "https://github.com/motdotla/dotenv/issues" }, "dependencies": {}, "description": "Loads environment variables from .env file", "devDependencies": { "babel": "5.8.23", "coveralls": "^2.11.9", "lab": "11.1.0", "semver": "5.3.0", "should": "11.1.1", "sinon": "1.17.6", "standard": "8.4.0", "standard-markdown": "2.2.0" }, "engines": { "node": ">=4.6.0" }, "homepage": "https://github.com/motdotla/dotenv#readme", "keywords": [ "dotenv", "env", ".env", "environment", "variables", "config", "settings" ], "license": "BSD-2-Clause", "main": "lib/main.js", "name": "dotenv", "repository": { "type": "git", "url": "git://github.com/motdotla/dotenv.git" }, "scripts": { "lint": "standard", "lint-md": "standard-markdown", "postlint": "npm run lint-md", "pretest": "npm run lint", "test": "lab test/* -r lcov | coveralls" }, "version": "4.0.0" }