Changeset 59329aa for trip-planner-front/node_modules/nice-try/package.json
- 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/nice-try/package.json
rceaed42 r59329aa 1 1 { 2 "name": "nice-try", 3 "version": "1.0.5", 2 "_args": [ 3 [ 4 "nice-try@1.0.5", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "nice-try@1.0.5", 10 "_id": "nice-try@1.0.5", 11 "_inBundle": false, 12 "_integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", 13 "_location": "/nice-try", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "nice-try@1.0.5", 19 "name": "nice-try", 20 "escapedName": "nice-try", 21 "rawSpec": "1.0.5", 22 "saveSpec": null, 23 "fetchSpec": "1.0.5" 24 }, 25 "_requiredBy": [ 26 "/cross-spawn" 27 ], 28 "_resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", 29 "_spec": "1.0.5", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 4 31 "authors": [ 5 32 "Tobias Reich <tobias@electerious.com>" 6 33 ], 34 "bugs": { 35 "url": "https://github.com/electerious/nice-try/issues" 36 }, 7 37 "description": "Tries to execute a function and discards any error that occurs", 8 "main": "src/index.js", 38 "devDependencies": { 39 "chai": "^4.1.2", 40 "coveralls": "^3.0.0", 41 "mocha": "^5.1.1", 42 "nyc": "^12.0.1" 43 }, 44 "files": [ 45 "src" 46 ], 47 "homepage": "https://github.com/electerious/nice-try", 9 48 "keywords": [ 10 49 "try", … … 13 52 ], 14 53 "license": "MIT", 15 "homepage": "https://github.com/electerious/nice-try", 54 "main": "src/index.js", 55 "name": "nice-try", 16 56 "repository": { 17 57 "type": "git", 18 "url": " https://github.com/electerious/nice-try.git"58 "url": "git+https://github.com/electerious/nice-try.git" 19 59 }, 20 "files": [21 "src"22 ],23 60 "scripts": { 24 61 "coveralls": "nyc report --reporter=text-lcov | coveralls", 25 62 "test": "nyc node_modules/mocha/bin/_mocha" 26 63 }, 27 "devDependencies": { 28 "chai": "^4.1.2", 29 "coveralls": "^3.0.0", 30 "nyc": "^12.0.1", 31 "mocha": "^5.1.1" 32 } 64 "version": "1.0.5" 33 65 }
Note:
See TracChangeset
for help on using the changeset viewer.