Changeset 59329aa for trip-planner-front/node_modules/toidentifier
- 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/toidentifier/package.json
rceaed42 r59329aa 1 1 { 2 "name": "toidentifier", 2 "_args": [ 3 [ 4 "toidentifier@1.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "toidentifier@1.0.0", 10 "_id": "toidentifier@1.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==", 13 "_location": "/toidentifier", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "toidentifier@1.0.0", 19 "name": "toidentifier", 20 "escapedName": "toidentifier", 21 "rawSpec": "1.0.0", 22 "saveSpec": null, 23 "fetchSpec": "1.0.0" 24 }, 25 "_requiredBy": [ 26 "/http-errors" 27 ], 28 "_resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", 29 "_spec": "1.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Douglas Christopher Wilson", 33 "email": "doug@somethingdoug.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/component/toidentifier/issues" 37 }, 38 "contributors": [ 39 { 40 "name": "Douglas Christopher Wilson", 41 "email": "doug@somethingdoug.com" 42 }, 43 { 44 "name": "Nick Baugh", 45 "email": "niftylettuce@gmail.com", 46 "url": "http://niftylettuce.com/" 47 } 48 ], 3 49 "description": "Convert a string of words to a JavaScript identifier", 4 "version": "1.0.0",5 "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",6 "contributors": [7 "Douglas Christopher Wilson <doug@somethingdoug.com>",8 "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)"9 ],10 "repository": "component/toidentifier",11 50 "devDependencies": { 12 51 "eslint": "4.19.1", … … 23 62 "node": ">=0.6" 24 63 }, 25 "license": "MIT",26 64 "files": [ 27 65 "index.js" 28 66 ], 67 "homepage": "https://github.com/component/toidentifier#readme", 68 "license": "MIT", 69 "name": "toidentifier", 70 "repository": { 71 "type": "git", 72 "url": "git+https://github.com/component/toidentifier.git" 73 }, 29 74 "scripts": { 30 75 "lint": "eslint --plugin markdown --ext js,md .", 31 76 "test": "mocha --reporter spec --bail --check-leaks test/", 32 77 "test-cov": "nyc --reporter=html --reporter=text npm test" 33 } 78 }, 79 "version": "1.0.0" 34 80 }
Note:
See TracChangeset
for help on using the changeset viewer.