75 lines
1.7 KiB
JSON
75 lines
1.7 KiB
JSON
{
|
|
"_from": "seq@>= 0.3.5",
|
|
"_id": "seq@0.3.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-rgKvOkJHk9jMvyEtaRdODFTf/jg=",
|
|
"_location": "/seq",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "seq@>= 0.3.5",
|
|
"name": "seq",
|
|
"escapedName": "seq",
|
|
"rawSpec": ">= 0.3.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": ">= 0.3.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/remove"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/seq/-/seq-0.3.5.tgz",
|
|
"_shasum": "ae02af3a424793d8ccbf212d69174e0c54dffe38",
|
|
"_spec": "seq@>= 0.3.5",
|
|
"_where": "D:\\dev\\crossmap\\backend-services\\cm-amazon-crawler\\node_modules\\remove",
|
|
"author": {
|
|
"name": "James Halliday",
|
|
"email": "mail@substack.net",
|
|
"url": "http://substack.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/substack/node-seq/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"chainsaw": ">=0.0.7 <0.1",
|
|
"hashish": ">=0.0.2 <0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Chainable asynchronous flow control with sequential and parallel primitives and pipeline-style error handling",
|
|
"devDependencies": {
|
|
"expresso": ">=0.7.x"
|
|
},
|
|
"engine": {
|
|
"node": ">=0.4.0"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"homepage": "https://github.com/substack/node-seq#readme",
|
|
"keywords": [
|
|
"flow-control",
|
|
"flow",
|
|
"control",
|
|
"async",
|
|
"asynchronous",
|
|
"chain",
|
|
"pipeline",
|
|
"sequence",
|
|
"sequential",
|
|
"parallel",
|
|
"error"
|
|
],
|
|
"license": "MIT/X11",
|
|
"main": "./index.js",
|
|
"name": "seq",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/substack/node-seq.git"
|
|
},
|
|
"script": {
|
|
"test": "expresso"
|
|
},
|
|
"version": "0.3.5"
|
|
}
|