Changeset 59329aa for trip-planner-front/node_modules/array-unique
- 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-unique/package.json
rceaed42 r59329aa 1 1 { 2 "name": "array-unique", 3 "description": "Remove duplicate values from an array. Fastest ES5 implementation.", 4 "version": "0.3.2", 5 "homepage": "https://github.com/jonschlinkert/array-unique", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/array-unique", 2 "_args": [ 3 [ 4 "array-unique@0.3.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "array-unique@0.3.2", 10 "_id": "array-unique@0.3.2", 11 "_inBundle": false, 12 "_integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=", 13 "_location": "/array-unique", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "array-unique@0.3.2", 19 "name": "array-unique", 20 "escapedName": "array-unique", 21 "rawSpec": "0.3.2", 22 "saveSpec": null, 23 "fetchSpec": "0.3.2" 24 }, 25 "_requiredBy": [ 26 "/extglob", 27 "/http-proxy-middleware/braces", 28 "/http-proxy-middleware/micromatch", 29 "/nanomatch", 30 "/webpack-dev-server/braces", 31 "/webpack-dev-server/micromatch" 32 ], 33 "_resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", 34 "_spec": "0.3.2", 35 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 36 "author": { 37 "name": "Jon Schlinkert", 38 "url": "https://github.com/jonschlinkert" 39 }, 8 40 "bugs": { 9 41 "url": "https://github.com/jonschlinkert/array-unique/issues" 10 42 }, 11 "license": "MIT", 12 "files": [ 13 "index.js", 14 "LICENSE", 15 "README.md" 16 ], 17 "main": "index.js", 18 "engines": { 19 "node": ">=0.10.0" 20 }, 21 "scripts": { 22 "test": "mocha" 23 }, 43 "description": "Remove duplicate values from an array. Fastest ES5 implementation.", 24 44 "devDependencies": { 25 45 "array-uniq": "^1.0.2", … … 29 49 "should": "^10.0.0" 30 50 }, 51 "engines": { 52 "node": ">=0.10.0" 53 }, 54 "files": [ 55 "index.js", 56 "LICENSE", 57 "README.md" 58 ], 59 "homepage": "https://github.com/jonschlinkert/array-unique", 31 60 "keywords": [ 32 61 "array", 33 62 "unique" 34 63 ], 64 "license": "MIT", 65 "main": "index.js", 66 "name": "array-unique", 67 "repository": { 68 "type": "git", 69 "url": "git+https://github.com/jonschlinkert/array-unique.git" 70 }, 71 "scripts": { 72 "test": "mocha" 73 }, 35 74 "verb": { 36 75 "toc": false, … … 59 98 "reflinks": true 60 99 } 61 } 100 }, 101 "version": "0.3.2" 62 102 }
Note:
See TracChangeset
for help on using the changeset viewer.