Feuerwehr-eppingen/node_modules/shallow-clone/package.json

149 lines
3.5 KiB
JSON

{
"_args": [
[
{
"raw": "shallow-clone@^1.0.0",
"scope": null,
"escapedName": "shallow-clone",
"name": "shallow-clone",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/Users/marcoglietsch/Projekte/Homepages/ffw_laravel/node_modules/clone-deep"
]
],
"_from": "shallow-clone@>=1.0.0 <2.0.0",
"_id": "shallow-clone@1.0.0",
"_inCache": true,
"_location": "/shallow-clone",
"_nodeVersion": "7.7.3",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/shallow-clone-1.0.0.tgz_1500207093497_0.3621308500878513"
},
"_npmUser": {
"name": "jonschlinkert",
"email": "github@sellside.com"
},
"_npmVersion": "5.3.0",
"_phantomChildren": {},
"_requested": {
"raw": "shallow-clone@^1.0.0",
"scope": null,
"escapedName": "shallow-clone",
"name": "shallow-clone",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/clone-deep"
],
"_resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-1.0.0.tgz",
"_shasum": "4480cd06e882ef68b2ad88a3ea54832e2c48b571",
"_shrinkwrap": null,
"_spec": "shallow-clone@^1.0.0",
"_where": "/Users/marcoglietsch/Projekte/Homepages/ffw_laravel/node_modules/clone-deep",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/shallow-clone/issues"
},
"contributors": [
{
"name": "Brian Woodward",
"url": "https://twitter.com/doowb"
},
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
}
],
"dependencies": {
"is-extendable": "^0.1.1",
"kind-of": "^5.0.0",
"mixin-object": "^2.0.1"
},
"description": "Make a shallow clone of an object, array or primitive.",
"devDependencies": {
"gulp-format-md": "^1.0.0",
"mocha": "^3.4.2",
"should": "^11.2.1"
},
"directories": {},
"dist": {
"integrity": "sha512-oeXreoKR/SyNJtRJMAKPDSvd28OqEwG4eR/xc856cRGBII7gX9lvAqDxusPm0846z/w/hWYjI1NpKwJ00NHzRA==",
"shasum": "4480cd06e882ef68b2ad88a3ea54832e2c48b571",
"tarball": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-1.0.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "20023f3d8b672f57a59d3af9875998ddb4ebef5f",
"homepage": "https://github.com/jonschlinkert/shallow-clone",
"keywords": [
"array",
"clone",
"copy",
"extend",
"mixin",
"object",
"primitive",
"shallow"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "doowb",
"email": "brian.woodward@gmail.com"
},
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "shallow-clone",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/shallow-clone.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"assign-deep",
"clone-deep",
"extend-shallow",
"is-plain-object",
"isobject",
"kind-of",
"mixin-deep",
"mixin-object"
]
},
"lint": {
"reflinks": true
}
},
"version": "1.0.0"
}