Changeset 59329aa for trip-planner-front/node_modules/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/uniq/package.json
rceaed42 r59329aa 1 1 { 2 "name": "uniq", 3 "version": "1.0.1", 2 "_args": [ 3 [ 4 "uniq@1.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "uniq@1.0.1", 10 "_id": "uniq@1.0.1", 11 "_inBundle": false, 12 "_integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=", 13 "_location": "/uniq", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "uniq@1.0.1", 19 "name": "uniq", 20 "escapedName": "uniq", 21 "rawSpec": "1.0.1", 22 "saveSpec": null, 23 "fetchSpec": "1.0.1" 24 }, 25 "_requiredBy": [ 26 "/css-has-pseudo/postcss-selector-parser", 27 "/postcss-custom-selectors/postcss-selector-parser", 28 "/postcss-dir-pseudo-class/postcss-selector-parser", 29 "/postcss-pseudo-class-any-link/postcss-selector-parser", 30 "/postcss-values-parser" 31 ], 32 "_resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz", 33 "_spec": "1.0.1", 34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 35 "author": { 36 "name": "Mikola Lysenko" 37 }, 38 "bugs": { 39 "url": "https://github.com/mikolalysenko/uniq/issues" 40 }, 41 "dependencies": {}, 4 42 "description": "Removes duplicates from a sorted array in place", 5 "main": "uniq.js", 43 "devDependencies": { 44 "tape": "^2.12.3" 45 }, 6 46 "directories": { 7 47 "test": "test" 8 48 }, 9 "dependencies": {}, 10 "devDependencies": { 11 "tape": "^2.12.3" 12 }, 13 "scripts": { 14 "test": "tape test/*.js" 15 }, 16 "repository": { 17 "type": "git", 18 "url": "git://github.com/mikolalysenko/uniq.git" 19 }, 49 "gitHead": "e9828cfcb97e25a351f95b39fdf3c31876ff3985", 50 "homepage": "https://github.com/mikolalysenko/uniq#readme", 20 51 "keywords": [ 21 52 "array", … … 30 61 "copy" 31 62 ], 32 "author": "Mikola Lysenko",33 63 "license": "MIT", 34 "readmeFilename": "README.md", 35 "gitHead": "e9828cfcb97e25a351f95b39fdf3c31876ff3985" 64 "main": "uniq.js", 65 "name": "uniq", 66 "repository": { 67 "type": "git", 68 "url": "git://github.com/mikolalysenko/uniq.git" 69 }, 70 "scripts": { 71 "test": "tape test/*.js" 72 }, 73 "version": "1.0.1" 36 74 }
Note:
See TracChangeset
for help on using the changeset viewer.