63 lines
1.5 KiB
JSON
63 lines
1.5 KiB
JSON
{
|
|
"_from": "map-limit@0.0.1",
|
|
"_id": "map-limit@0.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-63lhAxwPDo0AG/LVb6toXViCLzg=",
|
|
"_location": "/map-limit",
|
|
"_phantomChildren": {
|
|
"wrappy": "1.0.2"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "map-limit@0.0.1",
|
|
"name": "map-limit",
|
|
"escapedName": "map-limit",
|
|
"rawSpec": "0.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/get-ports"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/map-limit/-/map-limit-0.0.1.tgz",
|
|
"_shasum": "eb7961031c0f0e8d001bf2d56fab685d58822f38",
|
|
"_spec": "map-limit@0.0.1",
|
|
"_where": "C:\\Users\\User\\Documents\\Git\\asdf-games\\node_modules\\get-ports",
|
|
"author": {
|
|
"name": "Hugh Kennedy",
|
|
"email": "hughskennedy@gmail.com",
|
|
"url": "http://hughsk.io/"
|
|
},
|
|
"browser": "index.js",
|
|
"bugs": {
|
|
"url": "https://github.com/hughsk/map-limit/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"once": "~1.3.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "async.mapLimit's functionality available as a standalone npm module",
|
|
"devDependencies": {
|
|
"tape": "~2.4.2"
|
|
},
|
|
"homepage": "https://github.com/hughsk/map-limit",
|
|
"keywords": [
|
|
"async",
|
|
"map",
|
|
"limit"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "map-limit",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/hughsk/map-limit.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test"
|
|
},
|
|
"version": "0.0.1"
|
|
}
|