• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "npm-package-arg@6.1.1",
3  "_id": "npm-package-arg@6.1.1",
4  "_inBundle": false,
5  "_integrity": "sha512-qBpssaL3IOZWi5vEKUKW0cO7kzLeT+EQO9W8RsLOZf76KF9E/K9+wH0C7t06HXPpaH8WH5xF1MExLuCwbTqRUg==",
6  "_location": "/npm-package-arg",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "version",
10    "registry": true,
11    "raw": "npm-package-arg@6.1.1",
12    "name": "npm-package-arg",
13    "escapedName": "npm-package-arg",
14    "rawSpec": "6.1.1",
15    "saveSpec": null,
16    "fetchSpec": "6.1.1"
17  },
18  "_requiredBy": [
19    "#USER",
20    "/",
21    "/init-package-json",
22    "/libcipm",
23    "/libnpm",
24    "/libnpmaccess",
25    "/libnpmpublish",
26    "/libnpx",
27    "/lock-verify",
28    "/npm-pick-manifest",
29    "/npm-registry-fetch",
30    "/pacote"
31  ],
32  "_resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-6.1.1.tgz",
33  "_shasum": "02168cb0a49a2b75bf988a28698de7b529df5cb7",
34  "_spec": "npm-package-arg@6.1.1",
35  "_where": "/Users/isaacs/dev/npm/cli",
36  "author": {
37    "name": "Isaac Z. Schlueter",
38    "email": "i@izs.me",
39    "url": "http://blog.izs.me/"
40  },
41  "bugs": {
42    "url": "https://github.com/npm/npm-package-arg/issues"
43  },
44  "bundleDependencies": false,
45  "dependencies": {
46    "hosted-git-info": "^2.7.1",
47    "osenv": "^0.1.5",
48    "semver": "^5.6.0",
49    "validate-npm-package-name": "^3.0.0"
50  },
51  "deprecated": false,
52  "description": "Parse the things that can be arguments to `npm install`",
53  "devDependencies": {
54    "standard": "^11.0.1",
55    "standard-version": "^4.4.0",
56    "tap": "^12.5.0",
57    "weallbehave": "^1.2.0",
58    "weallcontribute": "^1.0.8"
59  },
60  "directories": {
61    "test": "test"
62  },
63  "files": [
64    "npa.js"
65  ],
66  "homepage": "https://github.com/npm/npm-package-arg",
67  "license": "ISC",
68  "main": "npa.js",
69  "name": "npm-package-arg",
70  "repository": {
71    "type": "git",
72    "url": "git+https://github.com/npm/npm-package-arg.git"
73  },
74  "scripts": {
75    "postrelease": "npm publish && git push --follow-tags",
76    "prerelease": "npm t",
77    "pretest": "standard",
78    "release": "standard-version -s",
79    "test": "tap --100 -J --coverage test/*.js",
80    "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
81    "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
82  },
83  "version": "6.1.1"
84}
85