Changeset 59329aa for trip-planner-front/node_modules/arr-union
- 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/arr-union/package.json
rceaed42 r59329aa 1 1 { 2 "name": "arr-union", 3 "description": "Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.", 4 "version": "3.1.0", 5 "homepage": "https://github.com/jonschlinkert/arr-union", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/arr-union", 2 "_args": [ 3 [ 4 "arr-union@3.1.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "arr-union@3.1.0", 10 "_id": "arr-union@3.1.0", 11 "_inBundle": false, 12 "_integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=", 13 "_location": "/arr-union", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "arr-union@3.1.0", 19 "name": "arr-union", 20 "escapedName": "arr-union", 21 "rawSpec": "3.1.0", 22 "saveSpec": null, 23 "fetchSpec": "3.1.0" 24 }, 25 "_requiredBy": [ 26 "/class-utils", 27 "/union-value" 28 ], 29 "_resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", 30 "_spec": "3.1.0", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Jon Schlinkert", 34 "url": "https://github.com/jonschlinkert" 35 }, 8 36 "bugs": { 9 37 "url": "https://github.com/jonschlinkert/arr-union/issues" 10 38 }, 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 }, 39 "description": "Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.", 22 40 "devDependencies": { 23 41 "ansi-bold": "^0.1.1", … … 30 48 "should": "*" 31 49 }, 50 "engines": { 51 "node": ">=0.10.0" 52 }, 53 "files": [ 54 "index.js" 55 ], 56 "homepage": "https://github.com/jonschlinkert/arr-union", 32 57 "keywords": [ 33 58 "add", … … 45 70 "utils" 46 71 ], 72 "license": "MIT", 73 "main": "index.js", 74 "name": "arr-union", 75 "repository": { 76 "type": "git", 77 "url": "git+https://github.com/jonschlinkert/arr-union.git" 78 }, 79 "scripts": { 80 "test": "mocha" 81 }, 47 82 "verb": { 48 83 "run": true, … … 73 108 "reflinks": true 74 109 } 75 } 110 }, 111 "version": "3.1.0" 76 112 }
Note:
See TracChangeset
for help on using the changeset viewer.