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

package.json « node-gyp « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 223e87b4b7db85eb33e57115b464906281aa86ff (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
{
  "name": "node-gyp",
  "description": "Node.js native addon build tool",
  "keywords": [
    "native",
    "addon",
    "module",
    "c",
    "c++",
    "bindings",
    "gyp"
  ],
  "version": "0.13.1",
  "installVersion": 9,
  "author": {
    "name": "Nathan Rajlich",
    "email": "nathan@tootallnate.net",
    "url": "http://tootallnate.net"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/node-gyp.git"
  },
  "preferGlobal": true,
  "bin": {
    "node-gyp": "./bin/node-gyp.js"
  },
  "main": "./lib/node-gyp.js",
  "dependencies": {
    "glob": "3",
    "graceful-fs": "2",
    "fstream": "0",
    "minimatch": "0",
    "mkdirp": "0",
    "nopt": "2",
    "npmlog": "0",
    "osenv": "0",
    "request": "2",
    "rimraf": "2",
    "semver": "2",
    "tar": "0",
    "which": "1"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "bugs": {
    "url": "https://github.com/TooTallNate/node-gyp/issues"
  },
  "homepage": "https://github.com/TooTallNate/node-gyp",
  "_id": "node-gyp@0.13.1",
  "_shasum": "5a484dd2dc13d5b894a8fe781a250c07eae7bffa",
  "_from": "node-gyp@~0.13.0",
  "_npmVersion": "1.4.9",
  "_npmUser": {
    "name": "tootallnate",
    "email": "nathan@tootallnate.net"
  },
  "maintainers": [
    {
      "name": "TooTallNate",
      "email": "nathan@tootallnate.net"
    },
    {
      "name": "tootallnate",
      "email": "nathan@tootallnate.net"
    }
  ],
  "dist": {
    "shasum": "5a484dd2dc13d5b894a8fe781a250c07eae7bffa",
    "tarball": "http://registry.npmjs.org/node-gyp/-/node-gyp-0.13.1.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-0.13.1.tgz",
  "readme": "ERROR: No README data found!"
}