Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « npm-package-arg « node_modules « npm « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b9f5b4d4a66dd28bf0480ae3f46bbca6ca1d6321 (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
100
101
102
103
104
105
106
107
108
{
  "_args": [
    [
      {
        "raw": "npm-package-arg@4.2.0",
        "scope": null,
        "name": "npm-package-arg",
        "rawSpec": "4.2.0",
        "spec": "4.2.0",
        "type": "version"
      },
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "npm-package-arg@4.2.0",
  "_id": "npm-package-arg@4.2.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/npm-package-arg",
  "_nodeVersion": "6.2.1",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/npm-package-arg-4.2.0.tgz_1465952856229_0.8071578682865947"
  },
  "_npmUser": {
    "name": "othiym23",
    "email": "ogd@aoaioxxysz.net"
  },
  "_npmVersion": "3.9.6",
  "_phantomChildren": {},
  "_requested": {
    "raw": "npm-package-arg@4.2.0",
    "scope": null,
    "name": "npm-package-arg",
    "rawSpec": "4.2.0",
    "spec": "4.2.0",
    "type": "version"
  },
  "_requiredBy": [
    "#USER",
    "/",
    "/init-package-json",
    "/npm-registry-client",
    "/realize-package-specifier"
  ],
  "_resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-4.2.0.tgz",
  "_shasum": "809bc61cabf54bd5ff94f6165c89ba8ee88c115c",
  "_shrinkwrap": null,
  "_spec": "npm-package-arg@4.2.0",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bugs": {
    "url": "https://github.com/npm/npm-package-arg/issues"
  },
  "dependencies": {
    "hosted-git-info": "^2.1.5",
    "semver": "^5.1.0"
  },
  "description": "Parse the things that can be arguments to `npm install`",
  "devDependencies": {
    "standard": "^7.1.2",
    "tap": "^5.7.2"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "809bc61cabf54bd5ff94f6165c89ba8ee88c115c",
    "tarball": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-4.2.0.tgz"
  },
  "gitHead": "b54a9286ef387dd1fd109c54a42e8de45d7b07e8",
  "homepage": "https://github.com/npm/npm-package-arg",
  "license": "ISC",
  "main": "npa.js",
  "maintainers": [
    {
      "name": "iarna",
      "email": "me@re-becca.org"
    },
    {
      "name": "isaacs",
      "email": "i@izs.me"
    },
    {
      "name": "othiym23",
      "email": "ogd@aoaioxxysz.net"
    },
    {
      "name": "zkat",
      "email": "kat@sykosomatic.org"
    }
  ],
  "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": "standard && tap --coverage test/*.js"
  },
  "version": "4.2.0"
}