Blame view

node_modules/detect-node/package.json 1.35 KB
aaac7fed   liuqimichale   add
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
  {
    "_args": [
      [
        "detect-node@2.0.4",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "detect-node@2.0.4",
    "_id": "detect-node@2.0.4",
    "_inBundle": false,
    "_integrity": "sha1-AU7o+PZpxcWAI9pkuBecCDooxGw=",
    "_location": "/detect-node",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "detect-node@2.0.4",
      "name": "detect-node",
      "escapedName": "detect-node",
      "rawSpec": "2.0.4",
      "saveSpec": null,
      "fetchSpec": "2.0.4"
    },
    "_requiredBy": [
      "/spdy-transport"
    ],
    "_resolved": "http://registry.npm.taobao.org/detect-node/download/detect-node-2.0.4.tgz",
    "_spec": "2.0.4",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Ilya Kantor"
    },
    "browser": "browser.js",
    "bugs": {
      "url": "https://github.com/iliakan/detect-node/issues"
    },
    "description": "Detect Node.JS (as opposite to browser environment) (reliable)",
    "homepage": "https://github.com/iliakan/detect-node",
    "keywords": [
      "detect",
      "node"
    ],
    "license": "ISC",
    "main": "index.js",
    "name": "detect-node",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/iliakan/detect-node.git"
    },
    "scripts": {
      "test": "echo \"Error: no test specified\" && exit 1"
    },
    "version": "2.0.4"
  }