blob: 0587008fd61a5f6e1c5a6ce24f28a9dd07f1bcc0 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "object-copy@^0.1.0",
3 "_id": "object-copy@0.1.0",
4 "_inBundle": false,
5 "_integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=",
6 "_location": "/object-copy",
7 "_phantomChildren": {
8 "is-buffer": "1.1.6",
9 "is-descriptor": "0.1.6"
10 },
11 "_requested": {
12 "type": "range",
13 "registry": true,
14 "raw": "object-copy@^0.1.0",
15 "name": "object-copy",
16 "escapedName": "object-copy",
17 "rawSpec": "^0.1.0",
18 "saveSpec": null,
19 "fetchSpec": "^0.1.0"
20 },
21 "_requiredBy": [
22 "/static-extend"
23 ],
24 "_resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",
25 "_shasum": "7e7d858b781bd7c991a41ba975ed3812754e998c",
26 "_spec": "object-copy@^0.1.0",
27 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\static-extend",
28 "author": {
29 "name": "Jon Schlinkert",
30 "url": "https://github.com/jonschlinkert"
31 },
32 "bugs": {
33 "url": "https://github.com/jonschlinkert/object-copy/issues"
34 },
35 "bundleDependencies": false,
36 "dependencies": {
37 "copy-descriptor": "^0.1.0",
38 "define-property": "^0.2.5",
39 "kind-of": "^3.0.3"
40 },
41 "deprecated": false,
42 "description": "Copy static properties, prototype properties, and descriptors from one object to another.",
43 "devDependencies": {
44 "gulp-format-md": "*",
45 "mocha": "*"
46 },
47 "engines": {
48 "node": ">=0.10.0"
49 },
50 "files": [
51 "index.js"
52 ],
53 "homepage": "https://github.com/jonschlinkert/object-copy",
54 "keywords": [
55 "copy",
56 "object"
57 ],
58 "license": "MIT",
59 "main": "index.js",
60 "name": "object-copy",
61 "repository": {
62 "type": "git",
63 "url": "git+https://github.com/jonschlinkert/object-copy.git"
64 },
65 "scripts": {
66 "test": "mocha"
67 },
68 "verb": {
69 "layout": "default",
70 "plugins": [
71 "gulp-format-md"
72 ],
73 "related": {
74 "list": []
75 },
76 "reflinks": [
77 "verb"
78 ]
79 },
80 "version": "0.1.0"
81}