biobulkbende.org/node_modules/collection-map/package.json

88 lines
1.9 KiB
JSON

{
"_from": "collection-map@^1.0.0",
"_id": "collection-map@1.0.0",
"_inBundle": false,
"_integrity": "sha1-rqDwb40mx4DCt1SUOFVEsiVa8Yw=",
"_location": "/collection-map",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "collection-map@^1.0.0",
"name": "collection-map",
"escapedName": "collection-map",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/undertaker"
],
"_resolved": "https://registry.npmjs.org/collection-map/-/collection-map-1.0.0.tgz",
"_shasum": "aea0f06f8d26c780c2b75494385544b2255af18c",
"_spec": "collection-map@^1.0.0",
"_where": "/home/outis/Documents/Sites/BBB/node_modules/undertaker",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/collection-map/issues"
},
"bundleDependencies": false,
"dependencies": {
"arr-map": "^2.0.2",
"for-own": "^1.0.0",
"make-iterator": "^1.0.0"
},
"deprecated": false,
"description": "Returns an array of mapped values from an array or object.",
"devDependencies": {
"gulp-format-md": "^0.1.11",
"mocha": "^3.2.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/collection-map",
"keywords": [
"collection",
"map"
],
"license": "MIT",
"main": "index.js",
"name": "collection-map",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/collection-map.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"arr-flatten",
"arr-map",
"for-in",
"for-own"
]
},
"lint": {
"reflinks": true
}
},
"version": "1.0.0"
}