{ "_args": [ [ "npm-path@2.0.4", "E:\\item\\newItem\\admin" ] ], "_development": true, "_from": "npm-path@2.0.4", "_id": "npm-path@2.0.4", "_inBundle": false, "_integrity": "sha512-IFsj0R9C7ZdR5cP+ET342q77uSRdtWOlWpih5eC+lu29tIDbNEgDbzgVJ5UFvYHWhxDZ5TFkJafFioO0pPQjCw==", "_location": "/npm-path", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "npm-path@2.0.4", "name": "npm-path", "escapedName": "npm-path", "rawSpec": "2.0.4", "saveSpec": null, "fetchSpec": "2.0.4" }, "_requiredBy": [ "/npm-which" ], "_resolved": "https://registry.npmjs.org/npm-path/-/npm-path-2.0.4.tgz", "_spec": "2.0.4", "_where": "E:\\item\\newItem\\admin", "author": { "name": "Tim Oxley" }, "bin": { "npm-path": "bin/npm-path" }, "bugs": { "url": "https://github.com/timoxley/npm-path/issues" }, "dependencies": { "which": "^1.2.10" }, "description": "Get a PATH with all executables available to npm scripts.", "devDependencies": { "airbnb-js-shims": "^1.4.0", "babel-cli": "^6.26.0", "babel-preset-airbnb": "^2.4.0", "babel-register": "^6.26.0", "faucet": "0.0.1", "in-publish": "^2.0.0", "npm": "^3.10.10", "rimraf": "^2.6.2", "standard": "^7.1.2", "tape": "^4.8.0" }, "directories": { "test": "test" }, "engines": { "node": ">=0.8" }, "homepage": "https://github.com/timoxley/npm-path", "keywords": [ "npm", "run", "executable" ], "license": "MIT", "main": "index.js", "name": "npm-path", "repository": { "type": "git", "url": "git+https://github.com/timoxley/npm-path.git" }, "scripts": { "build": "babel src --out-dir . && babel test --out-dir build-test", "clean": "rimraf build-test && (rm *.js || true)", "prebuild": "npm run clean", "prepublish": "not-in-publish || npm run build", "pretest": "standard src/* test/* bin/*", "test": "npm run build && npm run tests-only", "tests-only": "tape build-test -r airbnb-js-shims | faucet" }, "version": "2.0.4" }