Echo/node_modules/reduce/package.json
2021-02-11 21:31:41 +08:00

91 lines
2.1 KiB
JSON

{
"_from": "reduce@^1.0.1",
"_id": "reduce@1.0.2",
"_inBundle": false,
"_integrity": "sha1-DNaArT/+CwYOV6XGi9/ONxaNNhs=",
"_location": "/reduce",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "reduce@^1.0.1",
"name": "reduce",
"escapedName": "reduce",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/algoliasearch"
],
"_resolved": "https://registry.npm.taobao.org/reduce/download/reduce-1.0.2.tgz",
"_shasum": "0cd680ad3ffe0b060e57a5c68bdfce37168d361b",
"_spec": "reduce@^1.0.1",
"_where": "E:\\GreateCommunity\\node_modules\\algoliasearch",
"author": {
"name": "Raynos",
"email": "raynos2@gmail.com"
},
"bugs": {
"url": "https://github.com/Raynos/reduce/issues",
"email": "raynos2@gmail.com"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jake Verbaten"
}
],
"dependencies": {
"object-keys": "^1.1.0"
},
"deprecated": false,
"description": "A better [].reduce",
"devDependencies": {
"@ljharb/eslint-config": "^13.1.1",
"covert": "^1.1.1",
"eslint": "^5.14.1",
"tape": "^4.10.1"
},
"homepage": "https://github.com/Raynos/reduce",
"keywords": [],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Raynos/reduce/raw/master/LICENSE"
}
],
"main": "index",
"name": "reduce",
"repository": {
"type": "git",
"url": "git://github.com/Raynos/reduce.git"
},
"scripts": {
"coverage": "covert test/simple.js",
"lint": "eslint .",
"posttest": "npx aud",
"pretest": "npm run lint",
"test": "npm run tests-only",
"tests-only": "node test/simple.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"iexplore/6.0..latest",
"firefox/3.0..6.0",
"firefox/15.0..latest",
"firefox/nightly",
"chrome/4.0..10.0",
"chrome/20.0..latest",
"chrome/canary",
"opera/10.0..latest",
"opera/next",
"safari/4.0..latest",
"ipad/6.0..latest",
"iphone/6.0..latest"
]
},
"version": "1.0.2"
}