npm
Version:
a package manager for JavaScript
121 lines (120 loc) • 2.78 kB
JSON
{
"_args": [
[
"async@^1.2.1",
"/Users/rebecca/code/npm/node_modules/form-data"
]
],
"_from": "async@>=1.2.1 <2.0.0",
"_id": "async@1.2.1",
"_inCache": true,
"_location": "/async",
"_nodeVersion": "2.0.2",
"_npmUser": {
"email": "alexander.early@gmail.com",
"name": "aearly"
},
"_npmVersion": "2.9.0",
"_phantomChildren": {},
"_requested": {
"name": "async",
"raw": "async@^1.2.1",
"rawSpec": "^1.2.1",
"scope": null,
"spec": ">=1.2.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/form-data"
],
"_resolved": "https://registry.npmjs.org/async/-/async-1.2.1.tgz",
"_shasum": "a4816a17cd5ff516dfa2c7698a453369b9790de0",
"_shrinkwrap": null,
"_spec": "async@^1.2.1",
"_where": "/Users/rebecca/code/npm/node_modules/form-data",
"author": {
"name": "Caolan McMahon"
},
"bugs": {
"url": "https://github.com/caolan/async/issues"
},
"dependencies": {},
"description": "Higher-order functions and common patterns for asynchronous code",
"devDependencies": {
"benchmark": "github:bestiejs/benchmark.js",
"coveralls": "^2.11.2",
"jshint": "~2.7.0",
"lodash": ">=2.4.1",
"mkdirp": "~0.5.1",
"nodeunit": ">0.0.0",
"nyc": "^2.1.0",
"uglify-js": "1.2.x",
"yargs": "~3.9.1"
},
"directories": {},
"dist": {
"shasum": "a4816a17cd5ff516dfa2c7698a453369b9790de0",
"tarball": "http://registry.npmjs.org/async/-/async-1.2.1.tgz"
},
"gitHead": "b66e85d1cca8c8056313253f22d18f571e7001d2",
"homepage": "https://github.com/caolan/async#readme",
"jam": {
"categories": [
"Utilities"
],
"include": [
"LICENSE",
"README.md",
"lib/async.js"
],
"main": "lib/async.js"
},
"keywords": [
"async",
"callback",
"module",
"utility"
],
"license": "MIT",
"main": "lib/async.js",
"maintainers": [
{
"name": "caolan",
"email": "caolan.mcmahon@gmail.com"
},
{
"name": "beaugunderson",
"email": "beau@beaugunderson.com"
},
{
"name": "aearly",
"email": "alexander.early@gmail.com"
}
],
"name": "async",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/caolan/async.git"
},
"scripts": {
"coverage": "nyc npm test && nyc report",
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
"lint": "jshint lib/*.js test/*.js perf/*.js",
"test": "npm run-script lint && nodeunit test/test-async.js"
},
"spm": {
"main": "lib/async.js"
},
"version": "1.2.1",
"volo": {
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"test",
"tests"
],
"main": "lib/async.js"
}
}