biobulkbende.org/node_modules/arr-filter/package.json

93 lines
2.0 KiB
JSON

{
"_from": "arr-filter@^1.1.1",
"_id": "arr-filter@1.1.2",
"_inBundle": false,
"_integrity": "sha1-Q/3d0JHo7xGqTEXZzcGOLf8XEe4=",
"_location": "/arr-filter",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "arr-filter@^1.1.1",
"name": "arr-filter",
"escapedName": "arr-filter",
"rawSpec": "^1.1.1",
"saveSpec": null,
"fetchSpec": "^1.1.1"
},
"_requiredBy": [
"/bach"
],
"_resolved": "https://registry.npmjs.org/arr-filter/-/arr-filter-1.1.2.tgz",
"_shasum": "43fdddd091e8ef11aa4c45d9cdc18e2dff1711ee",
"_spec": "arr-filter@^1.1.1",
"_where": "/home/outis/Documents/Sites/BBB/node_modules/bach",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/arr-filter/issues"
},
"bundleDependencies": false,
"dependencies": {
"make-iterator": "^1.0.0"
},
"deprecated": false,
"description": "Faster alternative to javascript's native filter method.",
"devDependencies": {
"array-filter": "^1.0.0",
"benchmarked": "^0.2.5",
"chalk": "^1.1.3",
"gulp-format-md": "^0.1.11",
"micromatch": "^2.3.11",
"minimist": "^1.2.0",
"mocha": "^3.2.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/arr-filter",
"keywords": [
"arr",
"array",
"collection",
"filter",
"util"
],
"license": "MIT",
"main": "index.js",
"name": "arr-filter",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/arr-filter.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"collection-map",
"arr-map",
"array-each"
]
},
"lint": {
"reflinks": true
}
},
"version": "1.1.2"
}