You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							81 lines
						
					
					
						
							2.1 KiB
						
					
					
				
			
		
		
	
	
							81 lines
						
					
					
						
							2.1 KiB
						
					
					
				{ | 
						|
  "_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": "F:\\workspace\\gcy\\RK-archives\\ruoyi-ui\\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" | 
						|
}
 | 
						|
 |