bigint-crypto-utils/node_modules/async-array-reduce/package.json

89 lines
1.9 KiB
JSON

{
"_from": "async-array-reduce@^0.2.1",
"_id": "async-array-reduce@0.2.1",
"_inBundle": false,
"_integrity": "sha1-yL4BCitc0A3qlsgRFgNGk9/dgtE=",
"_location": "/async-array-reduce",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "async-array-reduce@^0.2.1",
"name": "async-array-reduce",
"escapedName": "async-array-reduce",
"rawSpec": "^0.2.1",
"saveSpec": null,
"fetchSpec": "^0.2.1"
},
"_requiredBy": [
"/matched"
],
"_resolved": "https://registry.npmjs.org/async-array-reduce/-/async-array-reduce-0.2.1.tgz",
"_shasum": "c8be010a2b5cd00dea96c81116034693dfdd82d1",
"_spec": "async-array-reduce@^0.2.1",
"_where": "/home/juan/bigint-crypto-utils/node_modules/matched",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/async-array-reduce/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Async reduce.",
"devDependencies": {
"gulp-format-md": "^0.1.9",
"mocha": "^3.0.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"LICENSE"
],
"homepage": "https://github.com/jonschlinkert/async-array-reduce",
"keywords": [
"array",
"async",
"reduce"
],
"license": "MIT",
"main": "index.js",
"name": "async-array-reduce",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/async-array-reduce.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"arr-filter",
"arr-flatten",
"arr-reduce",
"array-unique"
]
},
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
},
"reflinks": [
"verb",
"verb-generate-readme"
]
},
"version": "0.2.1"
}