78 lines
1.6 KiB
JSON
78 lines
1.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"deep-assign@1.0.0",
|
|
"F:\\laragon\\www\\wishthis"
|
|
]
|
|
],
|
|
"_from": "deep-assign@1.0.0",
|
|
"_id": "deep-assign@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-sJJ0O+hCfcYh6gBnzex+cN0Z83s=",
|
|
"_location": "/deep-assign",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "deep-assign@1.0.0",
|
|
"name": "deep-assign",
|
|
"escapedName": "deep-assign",
|
|
"rawSpec": "1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/gulp-chmod"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/deep-assign/-/deep-assign-1.0.0.tgz",
|
|
"_spec": "1.0.0",
|
|
"_where": "F:\\laragon\\www\\wishthis",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/deep-assign/issues"
|
|
},
|
|
"dependencies": {
|
|
"is-obj": "^1.0.0"
|
|
},
|
|
"description": "Recursive Object.assign()",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/deep-assign#readme",
|
|
"keywords": [
|
|
"object",
|
|
"obj",
|
|
"assign",
|
|
"extend",
|
|
"properties",
|
|
"merge",
|
|
"deep",
|
|
"recursive"
|
|
],
|
|
"license": "MIT",
|
|
"name": "deep-assign",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/deep-assign.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "1.0.0",
|
|
"xo": {
|
|
"ignores": [
|
|
"test.js"
|
|
]
|
|
}
|
|
}
|