- 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/set-value/package.json
rceaed42 r59329aa 1 1 { 2 "name": "set-value", 3 "description": "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.", 4 "version": "2.0.1", 5 "homepage": "https://github.com/jonschlinkert/set-value", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "Jon Schlinkert (http://twitter.com/jonschlinkert)", 9 "(https://github.com/wtgtybhertgeghgtwtg)", 10 "Vadim Demedes (https://vadimdemedes.com)" 2 "_args": [ 3 [ 4 "set-value@2.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 11 7 ], 12 "repository": "jonschlinkert/set-value", 8 "_development": true, 9 "_from": "set-value@2.0.1", 10 "_id": "set-value@2.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", 13 "_location": "/set-value", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "set-value@2.0.1", 19 "name": "set-value", 20 "escapedName": "set-value", 21 "rawSpec": "2.0.1", 22 "saveSpec": null, 23 "fetchSpec": "2.0.1" 24 }, 25 "_requiredBy": [ 26 "/cache-base", 27 "/union-value" 28 ], 29 "_resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", 30 "_spec": "2.0.1", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Jon Schlinkert", 34 "url": "https://github.com/jonschlinkert" 35 }, 13 36 "bugs": { 14 37 "url": "https://github.com/jonschlinkert/set-value/issues" 15 38 }, 16 "license": "MIT", 17 "files": [ 18 "index.js" 39 "contributors": [ 40 { 41 "name": "Jon Schlinkert", 42 "url": "http://twitter.com/jonschlinkert" 43 }, 44 { 45 "url": "https://github.com/wtgtybhertgeghgtwtg" 46 }, 47 { 48 "name": "Vadim Demedes", 49 "url": "https://vadimdemedes.com" 50 } 19 51 ], 20 "main": "index.js",21 "engines": {22 "node": ">=0.10.0"23 },24 "scripts": {25 "test": "mocha"26 },27 52 "dependencies": { 28 53 "extend-shallow": "^2.0.1", … … 31 56 "split-string": "^3.0.1" 32 57 }, 58 "description": "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.", 33 59 "devDependencies": { 34 60 "gulp-format-md": "^0.1.12", 35 61 "mocha": "^3.4.2" 36 62 }, 63 "engines": { 64 "node": ">=0.10.0" 65 }, 66 "files": [ 67 "index.js" 68 ], 69 "homepage": "https://github.com/jonschlinkert/set-value", 37 70 "keywords": [ 38 71 "get", … … 52 85 "values" 53 86 ], 87 "license": "MIT", 88 "main": "index.js", 89 "name": "set-value", 90 "repository": { 91 "type": "git", 92 "url": "git+https://github.com/jonschlinkert/set-value.git" 93 }, 94 "scripts": { 95 "test": "mocha" 96 }, 54 97 "verb": { 55 98 "toc": false, … … 76 119 "reflinks": true 77 120 } 78 } 121 }, 122 "version": "2.0.1" 79 123 }
Note:
See TracChangeset
for help on using the changeset viewer.