source: trip-planner-front/node_modules/get-value/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.4 KB
Line 
1{
2 "_args": [
3 [
4 "get-value@2.0.6",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "get-value@2.0.6",
10 "_id": "get-value@2.0.6",
11 "_inBundle": false,
12 "_integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=",
13 "_location": "/get-value",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "get-value@2.0.6",
19 "name": "get-value",
20 "escapedName": "get-value",
21 "rawSpec": "2.0.6",
22 "saveSpec": null,
23 "fetchSpec": "2.0.6"
24 },
25 "_requiredBy": [
26 "/cache-base",
27 "/has-value",
28 "/union-value",
29 "/unset-value/has-value"
30 ],
31 "_resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz",
32 "_spec": "2.0.6",
33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
34 "author": {
35 "name": "Jon Schlinkert",
36 "url": "https://github.com/jonschlinkert"
37 },
38 "bugs": {
39 "url": "https://github.com/jonschlinkert/get-value/issues"
40 },
41 "description": "Use property paths (`a.b.c`) to get a nested value from an object.",
42 "devDependencies": {
43 "ansi-bold": "^0.1.1",
44 "arr-reduce": "^1.0.1",
45 "benchmarked": "^0.1.4",
46 "dot-prop": "^2.2.0",
47 "getobject": "^0.1.0",
48 "gulp": "^3.9.0",
49 "gulp-eslint": "^1.1.1",
50 "gulp-format-md": "^0.1.5",
51 "gulp-istanbul": "^0.10.2",
52 "gulp-mocha": "^2.1.3",
53 "isobject": "^2.0.0",
54 "matched": "^0.3.2",
55 "minimist": "^1.2.0"
56 },
57 "engines": {
58 "node": ">=0.10.0"
59 },
60 "files": [
61 "index.js"
62 ],
63 "homepage": "https://github.com/jonschlinkert/get-value",
64 "keywords": [
65 "get",
66 "key",
67 "nested",
68 "object",
69 "path",
70 "paths",
71 "prop",
72 "properties",
73 "property",
74 "props",
75 "segment",
76 "value",
77 "values"
78 ],
79 "license": "MIT",
80 "main": "index.js",
81 "name": "get-value",
82 "repository": {
83 "type": "git",
84 "url": "git+https://github.com/jonschlinkert/get-value.git"
85 },
86 "scripts": {
87 "test": "mocha"
88 },
89 "verb": {
90 "run": true,
91 "toc": false,
92 "layout": "default",
93 "tasks": [
94 "readme"
95 ],
96 "plugins": [
97 "gulp-format-md"
98 ],
99 "related": {
100 "list": [
101 "has-any",
102 "has-any-deep",
103 "has-value",
104 "set-value",
105 "unset-value"
106 ]
107 },
108 "reflinks": [
109 "verb",
110 "verb-readme-generator"
111 ],
112 "lint": {
113 "reflinks": true
114 }
115 },
116 "version": "2.0.6"
117}
Note: See TracBrowser for help on using the repository browser.