summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/co/package.json
blob: 7453b8bb3675d7858a5a12a5defec4099650cdee (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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
  "_args": [
    [
      {
        "raw": "co@^4.6.0",
        "scope": null,
        "escapedName": "co",
        "name": "co",
        "rawSpec": "^4.6.0",
        "spec": ">=4.6.0 <5.0.0",
        "type": "range"
      },
      "/Users/zkat/Documents/code/npm/node_modules/request/node_modules/har-validator/node_modules/ajv"
    ]
  ],
  "_from": "co@>=4.6.0 <5.0.0",
  "_id": "co@4.6.0",
  "_inCache": true,
  "_location": "/request/har-validator/ajv/co",
  "_nodeVersion": "2.3.3",
  "_npmUser": {
    "name": "jongleberry",
    "email": "jonathanrichardong@gmail.com"
  },
  "_npmVersion": "2.11.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "co@^4.6.0",
    "scope": null,
    "escapedName": "co",
    "name": "co",
    "rawSpec": "^4.6.0",
    "spec": ">=4.6.0 <5.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/request/har-validator/ajv"
  ],
  "_resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
  "_shasum": "6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184",
  "_shrinkwrap": null,
  "_spec": "co@^4.6.0",
  "_where": "/Users/zkat/Documents/code/npm/node_modules/request/node_modules/har-validator/node_modules/ajv",
  "bugs": {
    "url": "https://github.com/tj/co/issues"
  },
  "dependencies": {},
  "description": "generator async control flow goodness",
  "devDependencies": {
    "browserify": "^10.0.0",
    "istanbul-harmony": "0",
    "mocha": "^2.0.0",
    "mz": "^1.0.2"
  },
  "directories": {},
  "dist": {
    "shasum": "6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184",
    "tarball": "https://registry.npmjs.org/co/-/co-4.6.0.tgz"
  },
  "engines": {
    "iojs": ">= 1.0.0",
    "node": ">= 0.12.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "b54d18f8f472ad1314800e786993c4169a5ff9f8",
  "homepage": "https://github.com/tj/co#readme",
  "keywords": [
    "async",
    "flow",
    "generator",
    "coro",
    "coroutine"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "tjholowaychuk",
      "email": "tj@vision-media.ca"
    },
    {
      "name": "jonathanong",
      "email": "jonathanrichardong@gmail.com"
    },
    {
      "name": "jongleberry",
      "email": "jonathanrichardong@gmail.com"
    }
  ],
  "name": "co",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tj/co.git"
  },
  "scripts": {
    "browserify": "browserify index.js -o ./co-browser.js -s co",
    "prepublish": "npm run browserify",
    "test": "mocha --harmony",
    "test-cov": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter dot",
    "test-travis": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --reporter dot"
  },
  "version": "4.6.0"
}