Blame view

node_modules/batch/package.json 1.28 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": [
      [
        "batch@0.6.1",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "batch@0.6.1",
    "_id": "batch@0.6.1",
    "_inBundle": false,
    "_integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=",
    "_location": "/batch",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "batch@0.6.1",
      "name": "batch",
      "escapedName": "batch",
      "rawSpec": "0.6.1",
      "saveSpec": null,
      "fetchSpec": "0.6.1"
    },
    "_requiredBy": [
      "/serve-index"
    ],
    "_resolved": "http://registry.npm.taobao.org/batch/download/batch-0.6.1.tgz",
    "_spec": "0.6.1",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "TJ Holowaychuk",
      "email": "tj@vision-media.ca"
    },
    "browser": {
      "emitter": "events"
    },
    "bugs": {
      "url": "https://github.com/visionmedia/batch/issues"
    },
    "description": "Simple async batch with concurrency control and progress reporting.",
    "devDependencies": {
      "mocha": "*",
      "should": "*"
    },
    "homepage": "https://github.com/visionmedia/batch#readme",
    "license": "MIT",
    "main": "index",
    "name": "batch",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/visionmedia/batch.git"
    },
    "version": "0.6.1"
  }