blob: 8c39a49edff73fbf3355326ba8f2b6b628297fa2 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "extend-shallow@^3.0.2",
3 "_id": "extend-shallow@3.0.2",
4 "_inBundle": false,
5 "_integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
6 "_location": "/extend-shallow",
7 "_phantomChildren": {
8 "is-plain-object": "2.0.4"
9 },
10 "_requested": {
11 "type": "range",
12 "registry": true,
13 "raw": "extend-shallow@^3.0.2",
14 "name": "extend-shallow",
15 "escapedName": "extend-shallow",
16 "rawSpec": "^3.0.2",
17 "saveSpec": null,
18 "fetchSpec": "^3.0.2"
19 },
20 "_requiredBy": [
21 "/micromatch",
22 "/nanomatch",
23 "/regex-not",
24 "/split-string",
25 "/to-regex"
26 ],
27 "_resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
28 "_shasum": "26a71aaf073b39fb2127172746131c2704028db8",
29 "_spec": "extend-shallow@^3.0.2",
30 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\micromatch",
31 "author": {
32 "name": "Jon Schlinkert",
33 "url": "https://github.com/jonschlinkert"
34 },
35 "bugs": {
36 "url": "https://github.com/jonschlinkert/extend-shallow/issues"
37 },
38 "bundleDependencies": false,
39 "contributors": [
40 {
41 "name": "Jon Schlinkert",
42 "url": "http://twitter.com/jonschlinkert"
43 },
44 {
45 "name": "Peter deHaan",
46 "url": "http://about.me/peterdehaan"
47 }
48 ],
49 "dependencies": {
50 "assign-symbols": "^1.0.0",
51 "is-extendable": "^1.0.1"
52 },
53 "deprecated": false,
54 "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
55 "devDependencies": {
56 "array-slice": "^1.0.0",
57 "benchmarked": "^2.0.0",
58 "for-own": "^1.0.0",
59 "gulp-format-md": "^1.0.0",
60 "is-plain-object": "^2.0.4",
61 "kind-of": "^6.0.1",
62 "minimist": "^1.2.0",
63 "mocha": "^3.5.3",
64 "object-assign": "^4.1.1"
65 },
66 "engines": {
67 "node": ">=0.10.0"
68 },
69 "files": [
70 "index.js"
71 ],
72 "homepage": "https://github.com/jonschlinkert/extend-shallow",
73 "keywords": [
74 "assign",
75 "clone",
76 "extend",
77 "merge",
78 "obj",
79 "object",
80 "object-assign",
81 "object.assign",
82 "prop",
83 "properties",
84 "property",
85 "props",
86 "shallow",
87 "util",
88 "utility",
89 "utils",
90 "value"
91 ],
92 "license": "MIT",
93 "main": "index.js",
94 "name": "extend-shallow",
95 "repository": {
96 "type": "git",
97 "url": "git+https://github.com/jonschlinkert/extend-shallow.git"
98 },
99 "scripts": {
100 "test": "mocha"
101 },
102 "verb": {
103 "toc": false,
104 "layout": "default",
105 "tasks": [
106 "readme"
107 ],
108 "related": {
109 "list": [
110 "extend-shallow",
111 "for-in",
112 "for-own",
113 "is-plain-object",
114 "isobject",
115 "kind-of"
116 ]
117 },
118 "plugins": [
119 "gulp-format-md"
120 ],
121 "lint": {
122 "reflinks": true
123 }
124 },
125 "version": "3.0.2"
126}