Files
bm/public_html/public/node_modules/deep-extend/package.json
2025-09-24 13:26:28 +02:00

129 lines
3.0 KiB
JSON

{
"_args": [
[
{
"raw": "deep-extend@~0.4.0",
"scope": null,
"escapedName": "deep-extend",
"name": "deep-extend",
"rawSpec": "~0.4.0",
"spec": ">=0.4.0 <0.5.0",
"type": "range"
},
"/home/philipp/PhpstormProjects/BM/bm/node_modules/rc"
]
],
"_from": "deep-extend@>=0.4.0 <0.5.0",
"_id": "deep-extend@0.4.2",
"_inCache": true,
"_location": "/deep-extend",
"_nodeVersion": "6.9.4",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/deep-extend-0.4.2.tgz_1494506815488_0.10077105974778533"
},
"_npmUser": {
"name": "unclechu",
"email": "lotsmanov89@gmail.com"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "deep-extend@~0.4.0",
"scope": null,
"escapedName": "deep-extend",
"name": "deep-extend",
"rawSpec": "~0.4.0",
"spec": ">=0.4.0 <0.5.0",
"type": "range"
},
"_requiredBy": [
"/rc"
],
"_resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.2.tgz",
"_shasum": "48b699c27e334bf89f10892be432f6e4c7d34a7f",
"_shrinkwrap": null,
"_spec": "deep-extend@~0.4.0",
"_where": "/home/philipp/PhpstormProjects/BM/bm/node_modules/rc",
"author": {
"name": "Viacheslav Lotsmanov",
"email": "lotsmanov89@gmail.com"
},
"bugs": {
"url": "https://github.com/unclechu/node-deep-extend/issues"
},
"contributors": [
{
"name": "Romain Prieto",
"url": "https://github.com/rprieto"
},
{
"name": "Max Maximov",
"url": "https://github.com/maxmaximov"
},
{
"name": "Marshall Bowers",
"url": "https://github.com/maxdeviant"
}
],
"dependencies": {},
"description": "Recursive object extending",
"devDependencies": {
"mocha": "^2.2.1",
"should": "^5.2.0"
},
"directories": {
"lib": "./lib/",
"test": "./test/"
},
"dist": {
"shasum": "48b699c27e334bf89f10892be432f6e4c7d34a7f",
"tarball": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.2.tgz"
},
"engines": {
"iojs": ">=1.0.0",
"node": ">=0.12.0"
},
"files": [
"lib/deep-extend.js",
"index.js"
],
"gitHead": "8957a2ed0bdf814c6da61ac8a18c1d553d229272",
"homepage": "https://github.com/unclechu/node-deep-extend",
"keywords": [
"deep-extend",
"extend",
"deep",
"recursive",
"xtend",
"clone",
"merge",
"json"
],
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/unclechu/node-deep-extend/master/LICENSE"
}
],
"main": "lib/deep-extend.js",
"maintainers": [
{
"name": "unclechu",
"email": "lotsmanov89@gmail.com"
}
],
"name": "deep-extend",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/unclechu/node-deep-extend.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.4.2"
}