chat-client/node_modules/deep-extend/package.json

125 lines
3.9 KiB
JSON
Raw Normal View History

2019-03-24 17:22:44 +11:00
{
"_args": [
[
"deep-extend@^0.6.0",
"/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-client/node_modules/rc"
]
],
"_from": "deep-extend@>=0.6.0 <0.7.0",
"_id": "deep-extend@0.6.0",
"_inCache": true,
"_installable": true,
"_location": "/deep-extend",
"_nodeVersion": "8.11.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/deep-extend_0.6.0_1527012797367_0.028784991930715043"
},
"_npmUser": {
"email": "lotsmanov89@gmail.com",
"name": "unclechu"
},
"_npmVersion": "6.0.1",
"_phantomChildren": {},
"_requested": {
"name": "deep-extend",
"raw": "deep-extend@^0.6.0",
"rawSpec": "^0.6.0",
"scope": null,
"spec": ">=0.6.0 <0.7.0",
"type": "range"
},
"_requiredBy": [
"/rc"
],
"_resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
"_shasum": "c4fa7c95404a17a9c3e8ca7e1537312b736330ac",
"_shrinkwrap": null,
"_spec": "deep-extend@^0.6.0",
"_where": "/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-client/node_modules/rc",
"author": {
"email": "lotsmanov89@gmail.com",
"name": "Viacheslav Lotsmanov"
},
"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"
},
{
"name": "Misha Wakerman",
"url": "https://github.com/mwakerman"
}
],
"dependencies": {},
"description": "Recursive object extending",
"devDependencies": {
"mocha": "5.2.0",
"should": "13.2.1"
},
"directories": {},
"dist": {
"fileCount": 6,
"integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbBF2+CRA9TVsSAnZWagAAWWsP+wayRHY/u4XwuxCopF6q\nVXfgmhXakYrxCXNpIUVCPC2lBajceZ6X4IOqXIIMnta+x+aYha0TAqH6FT+k\n5f9heBarQk4e3oLMJgaFDYkdTPOqVpDy95g+WOW+NiZN/87z2WnRsPzknkpY\n7R8FQGyR9PEromNmL4pCQY+0G1U4MB8o4rWqu9wp8oY2ebYJ3yNWe2CT9PeZ\nmIGjqyWLH84t8Yp40onc/15YHIAheYA5l9eD7pZeuxc+kddfSDbiwwpedWCV\nJLmKNnNoI4EHDuf+M8RN3U7CJpzAJWKSPN5wId+vFOjGaMnbrSA83DS66JvV\n8JVnzCFhbfpabiqDfkzE8Lq+QRE4P25Tjbc9kxS9yuQTShF3AJUzZUl5rQsw\n5Ov0fOt+BaT1e1/CvYlH8M8tvnGDPkYZ1A3tyRtjZUG/tNkNlLethX77kaf/\nzvnrdsOmReJ8wAacGKEB8+VLVaYg4bDCd5FGgSzO66J0OW2MYghZQi/9Scz8\nzgWmYdgrJ8ftxMDWrOqvcxI+df2bATGtXg1djPb0snsye3HAlNnWDK0lMtwF\n9K22xEK0jaqwDnwCFZKQU2aC6zWgQxlByZu2zA8Kiy3ahRe3XIdUEmxjsmuo\nc13UN9IIjuqHv+2P1U9kL6OEy2omLae/rd/GRy1xPfE/1EdkrcQ//0kTsVBh\nXI++\r\n=u4KH\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "c4fa7c95404a17a9c3e8ca7e1537312b736330ac",
"tarball": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
"unpackedSize": 9190
},
"engines": {
"node": ">=4.0.0"
},
"files": [
"index.js",
"lib/"
],
"gitHead": "f3f2b4f30fffe8abc9a99a7d6469fb354ca206e9",
"homepage": "https://github.com/unclechu/node-deep-extend",
"keywords": [
"clone",
"deep",
"deep-extend",
"extend",
"json",
"merge",
"recursive",
"xtend"
],
"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.6.0"
}