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: e9e4ac4bd6127b4f62727fd4bd47b3351d818fd4 (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
{
  "name": "npm-package-arg",
  "version": "1.1.0",
  "description": "Parse the things that can be arguments to `npm install`",
  "main": "npa.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "semver": "^2.3.0"
  },
  "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": "3bc0a6195ffb0396e8598fefed54f64b5b40723d",
  "_id": "npm-package-arg@1.1.0",
  "_shasum": "4546d1cf7d6c25bd1addd605ebc5a040778a2cd6",
  "_from": "npm-package-arg@~1.1.0",
  "_npmVersion": "1.4.16",
  "_npmUser": {
    "name": "isaacs",
    "email": "i@izs.me"
  },
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    }
  ],
  "dist": {
    "shasum": "4546d1cf7d6c25bd1addd605ebc5a040778a2cd6",
    "tarball": "http://registry.npmjs.org/npm-package-arg/-/npm-package-arg-1.1.0.tgz"
  },
  "_resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-1.1.0.tgz"
}