Changeset 59329aa for trip-planner-front/node_modules/array-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/array-union/package.json
rceaed42 r59329aa 1 1 { 2 "name": "array-union", 3 "version": "2.1.0", 4 "description": "Create an array of unique values, in order, from the input arrays", 5 "license": "MIT", 6 "repository": "sindresorhus/array-union", 7 "author": { 8 "name": "Sindre Sorhus", 9 "email": "sindresorhus@gmail.com", 10 "url": "sindresorhus.com" 11 }, 12 "engines": { 13 "node": ">=8" 14 }, 15 "scripts": { 16 "test": "xo && ava && tsd" 17 }, 18 "files": [ 19 "index.js", 20 "index.d.ts" 21 ], 22 "keywords": [ 23 "array", 24 "set", 25 "uniq", 26 "unique", 27 "duplicate", 28 "remove", 29 "union", 30 "combine", 31 "merge" 32 ], 33 "devDependencies": { 34 "ava": "^1.4.1", 35 "tsd": "^0.7.2", 36 "xo": "^0.24.0" 37 } 2 "_args": [ 3 [ 4 "array-union@2.1.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "array-union@2.1.0", 10 "_id": "array-union@2.1.0", 11 "_inBundle": false, 12 "_integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", 13 "_location": "/array-union", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "array-union@2.1.0", 19 "name": "array-union", 20 "escapedName": "array-union", 21 "rawSpec": "2.1.0", 22 "saveSpec": null, 23 "fetchSpec": "2.1.0" 24 }, 25 "_requiredBy": [ 26 "/globby" 27 ], 28 "_resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", 29 "_spec": "2.1.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Sindre Sorhus", 33 "email": "sindresorhus@gmail.com", 34 "url": "sindresorhus.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/sindresorhus/array-union/issues" 38 }, 39 "description": "Create an array of unique values, in order, from the input arrays", 40 "devDependencies": { 41 "ava": "^1.4.1", 42 "tsd": "^0.7.2", 43 "xo": "^0.24.0" 44 }, 45 "engines": { 46 "node": ">=8" 47 }, 48 "files": [ 49 "index.js", 50 "index.d.ts" 51 ], 52 "homepage": "https://github.com/sindresorhus/array-union#readme", 53 "keywords": [ 54 "array", 55 "set", 56 "uniq", 57 "unique", 58 "duplicate", 59 "remove", 60 "union", 61 "combine", 62 "merge" 63 ], 64 "license": "MIT", 65 "name": "array-union", 66 "repository": { 67 "type": "git", 68 "url": "git+https://github.com/sindresorhus/array-union.git" 69 }, 70 "scripts": { 71 "test": "xo && ava && tsd" 72 }, 73 "version": "2.1.0" 38 74 }
Note:
See TracChangeset
for help on using the changeset viewer.