- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/get-value/package.json
rceaed42 r59329aa 1 1 { 2 "name": "get-value", 3 "description": "Use property paths (`a.b.c`) to get a nested value from an object.", 4 "version": "2.0.6", 5 "homepage": "https://github.com/jonschlinkert/get-value", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/get-value", 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 }, 8 38 "bugs": { 9 39 "url": "https://github.com/jonschlinkert/get-value/issues" 10 40 }, 11 "license": "MIT", 12 "files": [ 13 "index.js" 14 ], 15 "main": "index.js", 16 "engines": { 17 "node": ">=0.10.0" 18 }, 19 "scripts": { 20 "test": "mocha" 21 }, 41 "description": "Use property paths (`a.b.c`) to get a nested value from an object.", 22 42 "devDependencies": { 23 43 "ansi-bold": "^0.1.1", … … 35 55 "minimist": "^1.2.0" 36 56 }, 57 "engines": { 58 "node": ">=0.10.0" 59 }, 60 "files": [ 61 "index.js" 62 ], 63 "homepage": "https://github.com/jonschlinkert/get-value", 37 64 "keywords": [ 38 65 "get", … … 50 77 "values" 51 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 }, 52 89 "verb": { 53 90 "run": true, … … 76 113 "reflinks": true 77 114 } 78 } 115 }, 116 "version": "2.0.6" 79 117 }
Note:
See TracChangeset
for help on using the changeset viewer.