Changeset 59329aa for trip-planner-front/node_modules/uniqs
- 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/uniqs/package.json
rceaed42 r59329aa 1 1 { 2 "name": "uniqs", 3 "version": "2.0.0", 2 "_args": [ 3 [ 4 "uniqs@2.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "uniqs@2.0.0", 10 "_id": "uniqs@2.0.0", 11 "_inBundle": false, 12 "_integrity": "sha1-/+3ks2slKQaW5uFl1KWe25mOawI=", 13 "_location": "/uniqs", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "uniqs@2.0.0", 19 "name": "uniqs", 20 "escapedName": "uniqs", 21 "rawSpec": "2.0.0", 22 "saveSpec": null, 23 "fetchSpec": "2.0.0" 24 }, 25 "_requiredBy": [ 26 "/postcss-minify-params", 27 "/postcss-unique-selectors" 28 ], 29 "_resolved": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz", 30 "_spec": "2.0.0", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Felix Gnass", 34 "email": "fgnass@gmail.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/fgnass/uniqs/issues" 38 }, 4 39 "description": "Tiny utility to create unions and de-duplicated lists", 40 "homepage": "https://github.com/fgnass/uniqs#readme", 5 41 "keywords": [ 6 42 "unique", … … 9 45 "union" 10 46 ], 47 "license": "MIT", 48 "main": "index.js", 49 "name": "uniqs", 11 50 "repository": { 12 51 "type": "git", 13 52 "url": "git://github.com/fgnass/uniqs.git" 14 53 }, 15 "main": "index.js",16 54 "scripts": { 17 55 "test": "node test" 18 56 }, 19 "author": "Felix Gnass <fgnass@gmail.com>", 20 "license": "MIT" 57 "version": "2.0.0" 21 58 }
Note:
See TracChangeset
for help on using the changeset viewer.