- 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/unique-slug/package.json
rceaed42 r59329aa 1 1 { 2 "name": "unique-slug", 3 "version": "2.0.2", 2 "_args": [ 3 [ 4 "unique-slug@2.0.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "unique-slug@2.0.2", 10 "_id": "unique-slug@2.0.2", 11 "_inBundle": false, 12 "_integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", 13 "_location": "/unique-slug", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "unique-slug@2.0.2", 19 "name": "unique-slug", 20 "escapedName": "unique-slug", 21 "rawSpec": "2.0.2", 22 "saveSpec": null, 23 "fetchSpec": "2.0.2" 24 }, 25 "_requiredBy": [ 26 "/unique-filename" 27 ], 28 "_resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", 29 "_spec": "2.0.2", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Rebecca Turner", 33 "email": "me@re-becca.org", 34 "url": "http://re-becca.org" 35 }, 36 "bugs": { 37 "url": "https://github.com/iarna/unique-slug/issues" 38 }, 39 "dependencies": { 40 "imurmurhash": "^0.1.4" 41 }, 4 42 "description": "Generate a unique character string suitible for use in files and URLs.", 5 "main": "index.js",6 "scripts": {7 "test": "standard && tap --coverage test"8 },9 "keywords": [],10 "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org)",11 "license": "ISC",12 43 "devDependencies": { 13 44 "standard": "^12.0.1", 14 45 "tap": "^12.7.0" 15 46 }, 47 "homepage": "https://github.com/iarna/unique-slug#readme", 48 "keywords": [], 49 "license": "ISC", 50 "main": "index.js", 51 "name": "unique-slug", 16 52 "repository": { 17 53 "type": "git", 18 54 "url": "git://github.com/iarna/unique-slug.git" 19 55 }, 20 "dependencies": { 21 "imurmurhash": "^0.1.4" 22 } 56 "scripts": { 57 "test": "standard && tap --coverage test" 58 }, 59 "version": "2.0.2" 23 60 }
Note:
See TracChangeset
for help on using the changeset viewer.