Changeset 59329aa for trip-planner-front/node_modules/arr-diff
- 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-diff/package.json
rceaed42 r59329aa 1 1 { 2 "name": "arr-diff", 3 "description": "Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.", 4 "version": "4.0.0", 5 "homepage": "https://github.com/jonschlinkert/arr-diff", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)", 9 "Paul Miller <paul+gh@paulmillr.com> (paulmillr.com)" 2 "_args": [ 3 [ 4 "arr-diff@4.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 10 7 ], 11 "repository": "jonschlinkert/arr-diff", 8 "_development": true, 9 "_from": "arr-diff@4.0.0", 10 "_id": "arr-diff@4.0.0", 11 "_inBundle": false, 12 "_integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=", 13 "_location": "/arr-diff", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "arr-diff@4.0.0", 19 "name": "arr-diff", 20 "escapedName": "arr-diff", 21 "rawSpec": "4.0.0", 22 "saveSpec": null, 23 "fetchSpec": "4.0.0" 24 }, 25 "_requiredBy": [ 26 "/http-proxy-middleware/micromatch", 27 "/nanomatch", 28 "/webpack-dev-server/micromatch" 29 ], 30 "_resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", 31 "_spec": "4.0.0", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "Jon Schlinkert", 35 "url": "https://github.com/jonschlinkert" 36 }, 12 37 "bugs": { 13 38 "url": "https://github.com/jonschlinkert/arr-diff/issues" 14 39 }, 15 "license": "MIT", 16 "files": [ 17 "index.js" 40 "contributors": [ 41 { 42 "name": "Jon Schlinkert", 43 "email": "jon.schlinkert@sellside.com", 44 "url": "http://twitter.com/jonschlinkert" 45 }, 46 { 47 "name": "Paul Miller", 48 "email": "paul+gh@paulmillr.com", 49 "url": "paulmillr.com" 50 } 18 51 ], 19 "main": "index.js",20 "engines": {21 "node": ">=0.10.0"22 },23 "scripts": {24 "test": "mocha"25 },26 52 "dependencies": {}, 53 "description": "Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.", 27 54 "devDependencies": { 28 55 "ansi-bold": "^0.1.1", … … 34 61 "mocha": "^2.4.5" 35 62 }, 63 "engines": { 64 "node": ">=0.10.0" 65 }, 66 "files": [ 67 "index.js" 68 ], 69 "homepage": "https://github.com/jonschlinkert/arr-diff", 36 70 "keywords": [ 37 71 "arr", … … 43 77 "difference" 44 78 ], 79 "license": "MIT", 80 "main": "index.js", 81 "name": "arr-diff", 82 "repository": { 83 "type": "git", 84 "url": "git+https://github.com/jonschlinkert/arr-diff.git" 85 }, 86 "scripts": { 87 "test": "mocha" 88 }, 45 89 "verb": { 46 90 "toc": false, … … 66 110 "reflinks": true 67 111 } 68 } 112 }, 113 "version": "4.0.0" 69 114 }
Note:
See TracChangeset
for help on using the changeset viewer.