source: trip-planner-front/node_modules/defaults/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: 1.4 KB
Line 
1{
2 "_args": [
3 [
4 "defaults@1.0.3",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "defaults@1.0.3",
10 "_id": "defaults@1.0.3",
11 "_inBundle": false,
12 "_integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=",
13 "_location": "/defaults",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "defaults@1.0.3",
19 "name": "defaults",
20 "escapedName": "defaults",
21 "rawSpec": "1.0.3",
22 "saveSpec": null,
23 "fetchSpec": "1.0.3"
24 },
25 "_requiredBy": [
26 "/wcwidth"
27 ],
28 "_resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz",
29 "_spec": "1.0.3",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Elijah Insua",
33 "email": "tmpvar@gmail.com"
34 },
35 "bugs": {
36 "url": "https://github.com/tmpvar/defaults/issues"
37 },
38 "dependencies": {
39 "clone": "^1.0.2"
40 },
41 "description": "merge single level defaults over a config object",
42 "devDependencies": {
43 "tap": "^2.0.0"
44 },
45 "homepage": "https://github.com/tmpvar/defaults#readme",
46 "keywords": [
47 "config",
48 "defaults"
49 ],
50 "license": "MIT",
51 "main": "index.js",
52 "name": "defaults",
53 "repository": {
54 "type": "git",
55 "url": "git://github.com/tmpvar/defaults.git"
56 },
57 "scripts": {
58 "test": "node test.js"
59 },
60 "version": "1.0.3"
61}
Note: See TracBrowser for help on using the repository browser.