• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "libnpx@10.2.4",
3  "_id": "libnpx@10.2.4",
4  "_inBundle": false,
5  "_integrity": "sha512-BPc0D1cOjBeS8VIBKUu5F80s6njm0wbVt7CsGMrIcJ+SI7pi7V0uVPGpEMH9H5L8csOcclTxAXFE2VAsJXUhfA==",
6  "_location": "/libnpx",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "version",
10    "registry": true,
11    "raw": "libnpx@10.2.4",
12    "name": "libnpx",
13    "escapedName": "libnpx",
14    "rawSpec": "10.2.4",
15    "saveSpec": null,
16    "fetchSpec": "10.2.4"
17  },
18  "_requiredBy": [
19    "#USER",
20    "/"
21  ],
22  "_resolved": "https://registry.npmjs.org/libnpx/-/libnpx-10.2.4.tgz",
23  "_shasum": "ef0e3258e29aef2ec7ee3276115e20e67f67d4ee",
24  "_spec": "libnpx@10.2.4",
25  "_where": "/Users/claudiahdz/npm/cli",
26  "author": {
27    "name": "Kat Marchán",
28    "email": "kzm@sykosomatic.org"
29  },
30  "bugs": {
31    "url": "https://github.com/npm/npx/issues"
32  },
33  "bundleDependencies": false,
34  "config": {
35    "nyc": {
36      "exclude": [
37        "node_modules/**",
38        "test/**"
39      ]
40    }
41  },
42  "dependencies": {
43    "dotenv": "^5.0.1",
44    "npm-package-arg": "^6.0.0",
45    "rimraf": "^2.6.2",
46    "safe-buffer": "^5.1.0",
47    "update-notifier": "^2.3.0",
48    "which": "^1.3.0",
49    "y18n": "^4.0.0",
50    "yargs": "^14.2.3"
51  },
52  "deprecated": false,
53  "description": "support library for npx -- an tool for executing npm-based packages.",
54  "devDependencies": {
55    "cross-env": "^5.1.3",
56    "json": "^9.0.6",
57    "marked-man": "^0.2.1",
58    "mkdirp": "^0.5.1",
59    "npm": "^5.7.1",
60    "nyc": "^11.4.1",
61    "require-inject": "^1.4.0",
62    "standard": "^11.0.0",
63    "standard-version": "^4.3.0",
64    "tacks": "^1.2.6",
65    "tap": "^11.1.2"
66  },
67  "engines": {
68    "node": ">=4"
69  },
70  "files": [
71    "*.js",
72    "libnpx.1",
73    "locales"
74  ],
75  "homepage": "https://github.com/npm/npx#readme",
76  "keywords": [
77    "npm",
78    "npm exec",
79    "shell",
80    "scripts",
81    "npm bin",
82    "cli"
83  ],
84  "license": "ISC",
85  "main": "index.js",
86  "man": [
87    "./libnpx.1"
88  ],
89  "name": "libnpx",
90  "repository": {
91    "type": "git",
92    "url": "git+https://github.com/npm/npx.git"
93  },
94  "scripts": {
95    "bin": "make bin",
96    "docs": "tail -n +2 README.md | marked-man --manual 'User Commands' --version \"$npm_package_name@$npm_package_version\" > $npm_package_name.1",
97    "postrelease": "npm publish && git push --follow-tags",
98    "prerelease": "npm t && npm run docs",
99    "pretest": "standard *.js test bin/*.js locales",
100    "publish-bin": "npm run bin && cd bin && npm publish",
101    "release": "standard-version -s",
102    "test": "cross-env NPX_UPDATE_LOCALE_FILES=true LC_ALL=en nyc --all -- tap -J test/*.js"
103  },
104  "version": "10.2.4"
105}
106