You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
95 lines
2.2 KiB
95 lines
2.2 KiB
{
|
|
"_from": "arr-map@^2.0.0",
|
|
"_id": "arr-map@2.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-tVqVTHt+Q5Xb09qRkbu+DidW1yYzz5izWS2Xm2yFm7qJnmUfz4HPzNxbHkdRJbz2lrqI7S+z17xNYdFcBBO8Hw==",
|
|
"_location": "/arr-map",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "arr-map@^2.0.0",
|
|
"name": "arr-map",
|
|
"escapedName": "arr-map",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/bach",
|
|
"/collection-map",
|
|
"/undertaker"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/arr-map/-/arr-map-2.0.2.tgz",
|
|
"_shasum": "3a77345ffc1cf35e2a91825601f9e58f2e24cac4",
|
|
"_spec": "arr-map@^2.0.0",
|
|
"_where": "D:\\上海富维东阳工作\\设备管理\\ABP-MicroService-master\\AuthServer\\IdentityServer\\AuthServer.Host\\node_modules\\undertaker",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/arr-map/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"make-iterator": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Faster, node.js focused alternative to JavaScript's native array map.",
|
|
"devDependencies": {
|
|
"array-map": "^0.0.0",
|
|
"benchmarked": "^0.2.5",
|
|
"braces": "^2.0.3",
|
|
"chalk": "^1.1.3",
|
|
"glob": "^7.1.1",
|
|
"gulp-format-md": "^0.1.11",
|
|
"micromatch": "^2.3.11",
|
|
"mocha": "^3.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/jonschlinkert/arr-map",
|
|
"keywords": [
|
|
"arr",
|
|
"array",
|
|
"map"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "arr-map",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jonschlinkert/arr-map.git"
|
|
},
|
|
"scripts": {
|
|
"benchmark": "node benchmark",
|
|
"test": "mocha"
|
|
},
|
|
"verb": {
|
|
"toc": false,
|
|
"layout": "default",
|
|
"tasks": [
|
|
"readme"
|
|
],
|
|
"related": {
|
|
"list": [
|
|
"arr-diff",
|
|
"arr-filter",
|
|
"arr-flatten",
|
|
"arr-reduce"
|
|
]
|
|
},
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"lint": {
|
|
"reflinks": true
|
|
}
|
|
},
|
|
"version": "2.0.2"
|
|
}
|
|
|