123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_from": "npm-path@^2.0.2",
- "_id": "npm-path@2.0.4",
- "_inBundle": false,
- "_integrity": "sha512-IFsj0R9C7ZdR5cP+ET342q77uSRdtWOlWpih5eC+lu29tIDbNEgDbzgVJ5UFvYHWhxDZ5TFkJafFioO0pPQjCw==",
- "_location": "/npm-path",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "npm-path@^2.0.2",
- "name": "npm-path",
- "escapedName": "npm-path",
- "rawSpec": "^2.0.2",
- "saveSpec": null,
- "fetchSpec": "^2.0.2"
- },
- "_requiredBy": [
- "/npm-which"
- ],
- "_resolved": "https://registry.npmjs.org/npm-path/-/npm-path-2.0.4.tgz",
- "_shasum": "c641347a5ff9d6a09e4d9bce5580c4f505278e64",
- "_spec": "npm-path@^2.0.2",
- "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\npm-which",
- "author": {
- "name": "Tim Oxley"
- },
- "bin": {
- "npm-path": "bin/npm-path"
- },
- "bugs": {
- "url": "https://github.com/timoxley/npm-path/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "which": "^1.2.10"
- },
- "deprecated": false,
- "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"
- }
|