source: trip-planner-front/node_modules/snapdragon/node_modules/extend-shallow/package.json@ 59329aa

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

adding photos

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "_args": [
3 [
4 "extend-shallow@2.0.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "extend-shallow@2.0.1",
10 "_id": "extend-shallow@2.0.1",
11 "_inBundle": false,
12 "_integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
13 "_location": "/snapdragon/extend-shallow",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "extend-shallow@2.0.1",
19 "name": "extend-shallow",
20 "escapedName": "extend-shallow",
21 "rawSpec": "2.0.1",
22 "saveSpec": null,
23 "fetchSpec": "2.0.1"
24 },
25 "_requiredBy": [
26 "/snapdragon"
27 ],
28 "_resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
29 "_spec": "2.0.1",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
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 "dependencies": {
39 "is-extendable": "^0.1.0"
40 },
41 "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
42 "devDependencies": {
43 "array-slice": "^0.2.3",
44 "benchmarked": "^0.1.4",
45 "chalk": "^1.0.0",
46 "for-own": "^0.1.3",
47 "glob": "^5.0.12",
48 "is-plain-object": "^2.0.1",
49 "kind-of": "^2.0.0",
50 "minimist": "^1.1.1",
51 "mocha": "^2.2.5",
52 "should": "^7.0.1"
53 },
54 "engines": {
55 "node": ">=0.10.0"
56 },
57 "files": [
58 "index.js"
59 ],
60 "homepage": "https://github.com/jonschlinkert/extend-shallow",
61 "keywords": [
62 "assign",
63 "extend",
64 "javascript",
65 "js",
66 "keys",
67 "merge",
68 "obj",
69 "object",
70 "prop",
71 "properties",
72 "property",
73 "props",
74 "shallow",
75 "util",
76 "utility",
77 "utils",
78 "value"
79 ],
80 "license": "MIT",
81 "main": "index.js",
82 "name": "extend-shallow",
83 "repository": {
84 "type": "git",
85 "url": "git+https://github.com/jonschlinkert/extend-shallow.git"
86 },
87 "scripts": {
88 "test": "mocha"
89 },
90 "version": "2.0.1"
91}
Note: See TracBrowser for help on using the repository browser.