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