65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"_from": "async@0.9.0",
|
|
"_id": "async@0.9.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-XQJ3MipmCHAIBBMFfu2jaSetneOrXbSyyqeU3Nod867oNOpS+i9FEms5PWgjMxSgBybRf2IVVLtr1YfrDO+okg==",
|
|
"_location": "/async",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "async@0.9.0",
|
|
"name": "async",
|
|
"escapedName": "async",
|
|
"rawSpec": "0.9.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.9.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/async/-/async-0.9.0.tgz",
|
|
"_shasum": "ac3613b1da9bed1b47510bb4651b8931e47146c7",
|
|
"_spec": "async@0.9.0",
|
|
"_where": "/tmp/jibo-npm/jibo-cli-3.0.7",
|
|
"author": {
|
|
"name": "Caolan McMahon"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/caolan/async/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Higher-order functions and common patterns for asynchronous code",
|
|
"devDependencies": {
|
|
"nodelint": ">0.0.0",
|
|
"nodeunit": ">0.0.0",
|
|
"uglify-js": "1.2.x"
|
|
},
|
|
"homepage": "https://github.com/caolan/async#readme",
|
|
"jam": {
|
|
"main": "lib/async.js",
|
|
"include": [
|
|
"lib/async.js",
|
|
"README.md",
|
|
"LICENSE"
|
|
]
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/caolan/async/raw/master/LICENSE"
|
|
}
|
|
],
|
|
"main": "./lib/async",
|
|
"name": "async",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/caolan/async.git"
|
|
},
|
|
"scripts": {
|
|
"test": "nodeunit test/test-async.js"
|
|
},
|
|
"version": "0.9.0"
|
|
}
|