12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- {
- "_from": "collection-map@^1.0.0",
- "_id": "collection-map@1.0.0",
- "_inBundle": false,
- "_integrity": "sha512-5D2XXSpkOnleOI21TG7p3T0bGAsZ/XknZpKBmGYyluO8pw4zA3K8ZlrBIbC4FXg3m6z/RNFiUFfT2sQK01+UHA==",
- "_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.npmmirror.com/collection-map/-/collection-map-1.0.0.tgz",
- "_shasum": "aea0f06f8d26c780c2b75494385544b2255af18c",
- "_spec": "collection-map@^1.0.0",
- "_where": "/Users/chenpengming/代码/微纳园管理端/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"
- }
|