12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "_from": "npm-which@^3.0.1",
- "_id": "npm-which@3.0.1",
- "_inBundle": false,
- "_integrity": "sha1-kiXybsOihcIJyuZ8OxGmtKtxQKo=",
- "_location": "/npm-which",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "npm-which@^3.0.1",
- "name": "npm-which",
- "escapedName": "npm-which",
- "rawSpec": "^3.0.1",
- "saveSpec": null,
- "fetchSpec": "^3.0.1"
- },
- "_requiredBy": [
- "/lint-staged"
- ],
- "_resolved": "https://registry.npmjs.org/npm-which/-/npm-which-3.0.1.tgz",
- "_shasum": "9225f26ec3a285c209cae67c3b11a6b4ab7140aa",
- "_spec": "npm-which@^3.0.1",
- "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\lint-staged",
- "author": {
- "name": "Tim Oxley"
- },
- "bin": {
- "npm-which": "bin/npm-which.js"
- },
- "bugs": {
- "url": "https://github.com/timoxley/npm-which/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "commander": "^2.9.0",
- "npm-path": "^2.0.2",
- "which": "^1.2.10"
- },
- "deprecated": false,
- "description": "Locate a program or locally installed node module's executable",
- "devDependencies": {
- "tap-spec": "^4.1.1",
- "tape": "^4.6.0"
- },
- "directories": {
- "test": "test"
- },
- "engines": {
- "node": ">=4.2.0"
- },
- "homepage": "https://github.com/timoxley/npm-which",
- "keywords": [
- "npm",
- "path",
- "executable",
- "run"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "npm-which",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/timoxley/npm-which.git"
- },
- "scripts": {
- "test": "node test/index.js | tap-spec"
- },
- "version": "3.0.1"
- }
|