1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/object.map/package.json

100 lines
2.3 KiB
JSON

{
"_from": "object.map@^1.0.0",
"_id": "object.map@1.0.1",
"_inBundle": false,
"_integrity": "sha512-3+mAJu2PLfnSVGHwIWubpOFLscJANBKuB/6A4CxBstc4aqwQY0FWcsppuy4jU5GSB95yES5JHSI+33AWuS4k6w==",
"_location": "/object.map",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "object.map@^1.0.0",
"name": "object.map",
"escapedName": "object.map",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/liftoff"
],
"_resolved": "https://registry.npmmirror.com/object.map/-/object.map-1.0.1.tgz",
"_shasum": "cf83e59dc8fcc0ad5f4250e1f78b3b81bd801d37",
"_spec": "object.map@^1.0.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\liftoff",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/object.map/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Blaine Bublitz",
"url": "https://twitter.com/BlaineBublitz"
},
{
"name": "Brian Woodward",
"url": "https://twitter.com/doowb"
},
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
}
],
"dependencies": {
"for-own": "^1.0.0",
"make-iterator": "^1.0.0"
},
"deprecated": false,
"description": "Similar to map for arrays, this creates a new object by calling the callback on each property of the original 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/object.map",
"keywords": [
"map",
"object"
],
"license": "MIT",
"main": "index.js",
"name": "object.map",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/object.map.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"arr-map",
"array-each",
"collection-map"
]
},
"lint": {
"reflinks": true
}
},
"version": "1.0.1"
}