- 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/union-value/package.json
rceaed42 r59329aa 1 1 { 2 "name": "union-value", 3 "description": "Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.", 4 "version": "1.0.1", 5 "homepage": "https://github.com/jonschlinkert/union-value", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/union-value", 2 "_args": [ 3 [ 4 "union-value@1.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "union-value@1.0.1", 10 "_id": "union-value@1.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", 13 "_location": "/union-value", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "union-value@1.0.1", 19 "name": "union-value", 20 "escapedName": "union-value", 21 "rawSpec": "1.0.1", 22 "saveSpec": null, 23 "fetchSpec": "1.0.1" 24 }, 25 "_requiredBy": [ 26 "/cache-base" 27 ], 28 "_resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", 29 "_spec": "1.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 }, 8 35 "bugs": { 9 36 "url": "https://github.com/jonschlinkert/union-value/issues" 10 },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 37 }, 22 38 "dependencies": { … … 26 42 "set-value": "^2.0.1" 27 43 }, 44 "description": "Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.", 28 45 "devDependencies": { 29 46 "gulp-format-md": "^0.1.11", … … 31 48 "should": "^11.2.0" 32 49 }, 50 "engines": { 51 "node": ">=0.10.0" 52 }, 53 "files": [ 54 "index.js" 55 ], 56 "homepage": "https://github.com/jonschlinkert/union-value", 33 57 "keywords": [ 34 58 "array", … … 46 70 "value" 47 71 ], 72 "license": "MIT", 73 "main": "index.js", 74 "name": "union-value", 75 "repository": { 76 "type": "git", 77 "url": "git+https://github.com/jonschlinkert/union-value.git" 78 }, 79 "scripts": { 80 "test": "mocha" 81 }, 48 82 "verb": { 49 83 "toc": false, … … 67 101 "reflinks": true 68 102 } 69 } 103 }, 104 "version": "1.0.1" 70 105 }
Note:
See TracChangeset
for help on using the changeset viewer.