wishthis/node_modules/gulp-copy/node_modules/extend-shallow/package.json
2022-02-23 17:41:13 +01:00

88 lines
1.9 KiB
JSON

{
"_args": [
[
"extend-shallow@1.1.4",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "extend-shallow@1.1.4",
"_id": "extend-shallow@1.1.4",
"_inBundle": false,
"_integrity": "sha1-Gda/lN/AnXa6cR85uHLSH/TdkHE=",
"_location": "/gulp-copy/extend-shallow",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "extend-shallow@1.1.4",
"name": "extend-shallow",
"escapedName": "extend-shallow",
"rawSpec": "1.1.4",
"saveSpec": null,
"fetchSpec": "1.1.4"
},
"_requiredBy": [
"/gulp-copy/plugin-error"
],
"_resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-1.1.4.tgz",
"_spec": "1.1.4",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/extend-shallow/issues"
},
"dependencies": {
"kind-of": "^1.1.0"
},
"description": "Extend an object with the properties of additional objects. node.js/javascript util.",
"devDependencies": {
"array-slice": "^0.2.2",
"benchmarked": "^0.1.3",
"chalk": "^0.5.1",
"for-own": "^0.1.2",
"glob": "^4.3.1",
"is-plain-object": "^2.0.0",
"minimist": "^1.1.0",
"mocha": "*",
"should": "^5.0.1"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/extend-shallow",
"keywords": [
"extend",
"javascript",
"js",
"keys",
"merge",
"obj",
"object",
"prop",
"properties",
"property",
"props",
"shallow",
"util",
"utility",
"utils",
"value"
],
"license": "MIT",
"main": "index.js",
"name": "extend-shallow",
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/extend-shallow.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.1.4"
}