Blame view

node_modules/process/package.json 1.5 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
56
57
58
59
60
61
62
63
  {
    "_args": [
      [
        "process@0.11.10",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "process@0.11.10",
    "_id": "process@0.11.10",
    "_inBundle": false,
    "_integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=",
    "_location": "/process",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "process@0.11.10",
      "name": "process",
      "escapedName": "process",
      "rawSpec": "0.11.10",
      "saveSpec": null,
      "fetchSpec": "0.11.10"
    },
    "_requiredBy": [
      "/node-libs-browser"
    ],
    "_resolved": "http://registry.npm.taobao.org/process/download/process-0.11.10.tgz",
    "_spec": "0.11.10",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Roman Shtylman",
      "email": "shtylman@gmail.com"
    },
    "browser": "./browser.js",
    "bugs": {
      "url": "https://github.com/shtylman/node-process/issues"
    },
    "description": "process information for node.js and browsers",
    "devDependencies": {
      "mocha": "2.2.1",
      "zuul": "^3.10.3"
    },
    "engines": {
      "node": ">= 0.6.0"
    },
    "homepage": "https://github.com/shtylman/node-process#readme",
    "keywords": [
      "process"
    ],
    "license": "MIT",
    "main": "./index.js",
    "name": "process",
    "repository": {
      "type": "git",
      "url": "git://github.com/shtylman/node-process.git"
    },
    "scripts": {
      "browser": "zuul --no-coverage --ui mocha-bdd --local 8080 -- test.js",
      "test": "mocha test.js"
    },
    "version": "0.11.10"
  }