summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-package-arg/package.json
blob: 4d544a79392a63ecee3e49b66e24367f54c86290 (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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
  "_args": [
    [
      "npm-package-arg@~4.1.0",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "npm-package-arg@>=4.1.0 <4.2.0",
  "_id": "npm-package-arg@4.1.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/npm-package-arg",
  "_nodeVersion": "5.6.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/npm-package-arg-4.1.1.tgz_1461107377267_0.3723941845819354"
  },
  "_npmUser": {
    "email": "kat@sykosomatic.org",
    "name": "zkat"
  },
  "_npmVersion": "3.8.7",
  "_phantomChildren": {},
  "_requested": {
    "name": "npm-package-arg",
    "raw": "npm-package-arg@~4.1.0",
    "rawSpec": "~4.1.0",
    "scope": null,
    "spec": ">=4.1.0 <4.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/",
    "/init-package-json",
    "/npm-registry-client",
    "/realize-package-specifier"
  ],
  "_resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-4.1.1.tgz",
  "_shasum": "86d9dca985b4c5e5d59772dfd5de6919998a495a",
  "_shrinkwrap": null,
  "_spec": "npm-package-arg@~4.1.0",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "email": "i@izs.me",
    "name": "Isaac Z. Schlueter",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/npm/npm-package-arg/issues"
  },
  "dependencies": {
    "hosted-git-info": "^2.1.4",
    "semver": "4 || 5"
  },
  "description": "Parse the things that can be arguments to `npm install`",
  "devDependencies": {
    "tap": "^1.2.0"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "86d9dca985b4c5e5d59772dfd5de6919998a495a",
    "tarball": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-4.1.1.tgz"
  },
  "gitHead": "b39730cf0362576be0f3d3bfbc090af512a6afd2",
  "homepage": "https://github.com/npm/npm-package-arg",
  "license": "ISC",
  "main": "npa.js",
  "maintainers": [
    {
      "email": "me@re-becca.org",
      "name": "iarna"
    },
    {
      "email": "i@izs.me",
      "name": "isaacs"
    },
    {
      "email": "ogd@aoaioxxysz.net",
      "name": "othiym23"
    },
    {
      "email": "kat@sykosomatic.org",
      "name": "zkat"
    }
  ],
  "name": "npm-package-arg",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/npm-package-arg.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "version": "4.1.1"
}