| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "_from": "npm-which@^3.0.1",
- "_id": "npm-which@3.0.1",
- "_inBundle": false,
- "_integrity": "sha512-CM8vMpeFQ7MAPin0U3wzDhSGV0hMHNwHU0wjo402IVizPDrs45jSfSuoC+wThevY88LQti8VvaAnqYAeVy3I1A==",
- "_location": "/npm-which",
- "_phantomChildren": {
- "isexe": "2.0.0"
- },
- "_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.npmmirror.com/npm-which/-/npm-which-3.0.1.tgz",
- "_shasum": "9225f26ec3a285c209cae67c3b11a6b4ab7140aa",
- "_spec": "npm-which@^3.0.1",
- "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\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"
- }
|