[d565449] | 1 | {
|
---|
[79a0317] | 2 | "_from": "which@^2.0.1",
|
---|
| 3 | "_id": "which@2.0.2",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
---|
| 6 | "_location": "/which",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "range",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "which@^2.0.1",
|
---|
| 12 | "name": "which",
|
---|
| 13 | "escapedName": "which",
|
---|
| 14 | "rawSpec": "^2.0.1",
|
---|
| 15 | "saveSpec": null,
|
---|
| 16 | "fetchSpec": "^2.0.1"
|
---|
| 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
| 19 | "/cross-spawn"
|
---|
| 20 | ],
|
---|
| 21 | "_resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
---|
| 22 | "_shasum": "7c6a8dd0a636a0327e10b59c9286eee93f3f51b1",
|
---|
| 23 | "_spec": "which@^2.0.1",
|
---|
| 24 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/cross-spawn",
|
---|
| 25 | "author": {
|
---|
| 26 | "name": "Isaac Z. Schlueter",
|
---|
| 27 | "email": "i@izs.me",
|
---|
| 28 | "url": "http://blog.izs.me"
|
---|
[d565449] | 29 | },
|
---|
| 30 | "bin": {
|
---|
[79a0317] | 31 | "node-which": "bin/node-which"
|
---|
[d565449] | 32 | },
|
---|
[79a0317] | 33 | "bugs": {
|
---|
| 34 | "url": "https://github.com/isaacs/node-which/issues"
|
---|
| 35 | },
|
---|
| 36 | "bundleDependencies": false,
|
---|
[d565449] | 37 | "dependencies": {
|
---|
| 38 | "isexe": "^2.0.0"
|
---|
| 39 | },
|
---|
[79a0317] | 40 | "deprecated": false,
|
---|
| 41 | "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
|
---|
[d565449] | 42 | "devDependencies": {
|
---|
| 43 | "mkdirp": "^0.5.0",
|
---|
| 44 | "rimraf": "^2.6.2",
|
---|
| 45 | "tap": "^14.6.9"
|
---|
| 46 | },
|
---|
[79a0317] | 47 | "engines": {
|
---|
| 48 | "node": ">= 8"
|
---|
[d565449] | 49 | },
|
---|
| 50 | "files": [
|
---|
| 51 | "which.js",
|
---|
| 52 | "bin/node-which"
|
---|
| 53 | ],
|
---|
[79a0317] | 54 | "homepage": "https://github.com/isaacs/node-which#readme",
|
---|
| 55 | "license": "ISC",
|
---|
| 56 | "main": "which.js",
|
---|
| 57 | "name": "which",
|
---|
| 58 | "repository": {
|
---|
| 59 | "type": "git",
|
---|
| 60 | "url": "git://github.com/isaacs/node-which.git"
|
---|
| 61 | },
|
---|
| 62 | "scripts": {
|
---|
| 63 | "changelog": "git add CHANGELOG.md",
|
---|
| 64 | "postchangelog": "git commit -m 'update changelog - '${npm_package_version}",
|
---|
| 65 | "postpublish": "git push origin --follow-tags",
|
---|
| 66 | "postversion": "npm publish",
|
---|
| 67 | "prechangelog": "bash gen-changelog.sh",
|
---|
| 68 | "prepublish": "npm run changelog",
|
---|
| 69 | "preversion": "npm test",
|
---|
| 70 | "test": "tap"
|
---|
| 71 | },
|
---|
[d565449] | 72 | "tap": {
|
---|
| 73 | "check-coverage": true
|
---|
| 74 | },
|
---|
[79a0317] | 75 | "version": "2.0.2"
|
---|
[d565449] | 76 | }
|
---|