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

package.json « npm-package-arg « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2eb973440752ef77f0a70f61313617252a6b8296 (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
{
  "name": "npm-package-arg",
  "version": "2.0.4",
  "description": "Parse the things that can be arguments to `npm install`",
  "main": "npa.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "semver": "^2.3.0 || 3.x"
  },
  "devDependencies": {
    "tap": "^0.4.9"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/npm/npm-package-arg"
  },
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/npm/npm-package-arg/issues"
  },
  "homepage": "https://github.com/npm/npm-package-arg",
  "gitHead": "b630a290e12ea7c83b389b7582067ddca052d357",
  "_id": "npm-package-arg@2.0.4",
  "_shasum": "15647a2d5bb3b673e7a76644d43ddce929b9f84a",
  "_from": "npm-package-arg@2.0.4",
  "_npmVersion": "2.0.0-beta.0",
  "_npmUser": {
    "name": "isaacs",
    "email": "i@izs.me"
  },
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    },
    {
      "name": "othiym23",
      "email": "ogd@aoaioxxysz.net"
    }
  ],
  "dist": {
    "shasum": "15647a2d5bb3b673e7a76644d43ddce929b9f84a",
    "tarball": "http://registry.npmjs.org/npm-package-arg/-/npm-package-arg-2.0.4.tgz"
  },
  "_resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-2.0.4.tgz",
  "readme": "ERROR: No README data found!"
}