Changeset 59329aa for trip-planner-front/node_modules/array-uniq
- 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-uniq/package.json
rceaed42 r59329aa 1 1 { 2 "name": "array-uniq", 3 "version": "1.0.3", 4 "description": "Create an array without duplicates", 5 "license": "MIT", 6 "repository": "sindresorhus/array-uniq", 2 "_args": [ 3 [ 4 "array-uniq@1.0.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "array-uniq@1.0.3", 10 "_id": "array-uniq@1.0.3", 11 "_inBundle": false, 12 "_integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=", 13 "_location": "/array-uniq", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "array-uniq@1.0.3", 19 "name": "array-uniq", 20 "escapedName": "array-uniq", 21 "rawSpec": "1.0.3", 22 "saveSpec": null, 23 "fetchSpec": "1.0.3" 24 }, 25 "_requiredBy": [ 26 "/del/array-union" 27 ], 28 "_resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", 29 "_spec": "1.0.3", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 7 31 "author": { 8 32 "name": "Sindre Sorhus", … … 10 34 "url": "sindresorhus.com" 11 35 }, 36 "bugs": { 37 "url": "https://github.com/sindresorhus/array-uniq/issues" 38 }, 39 "description": "Create an array without duplicates", 40 "devDependencies": { 41 "ava": "*", 42 "es6-set": "^0.1.0", 43 "require-uncached": "^1.0.2", 44 "xo": "*" 45 }, 12 46 "engines": { 13 47 "node": ">=0.10.0" 14 },15 "scripts": {16 "test": "xo && ava"17 48 }, 18 49 "files": [ 19 50 "index.js" 20 51 ], 52 "homepage": "https://github.com/sindresorhus/array-uniq#readme", 21 53 "keywords": [ 22 54 "array", … … 29 61 "remove" 30 62 ], 31 "devDependencies": { 32 "ava": "*", 33 "es6-set": "^0.1.0", 34 "require-uncached": "^1.0.2", 35 "xo": "*" 36 } 63 "license": "MIT", 64 "name": "array-uniq", 65 "repository": { 66 "type": "git", 67 "url": "git+https://github.com/sindresorhus/array-uniq.git" 68 }, 69 "scripts": { 70 "test": "xo && ava" 71 }, 72 "version": "1.0.3" 37 73 }
Note:
See TracChangeset
for help on using the changeset viewer.