source: trip-planner-front/node_modules/extend-shallow/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

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