Changeset 59329aa for trip-planner-front/node_modules/aproba/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/aproba/package.json
rceaed42 r59329aa 1 1 { 2 "name": "aproba", 3 "version": "1.2.0", 4 "description": "A ridiculously light-weight argument validator (now browser friendly)", 5 "main": "index.js", 6 "directories": { 7 "test": "test" 2 "_args": [ 3 [ 4 "aproba@1.2.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "aproba@1.2.0", 10 "_id": "aproba@1.2.0", 11 "_inBundle": false, 12 "_integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==", 13 "_location": "/aproba", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "aproba@1.2.0", 19 "name": "aproba", 20 "escapedName": "aproba", 21 "rawSpec": "1.2.0", 22 "saveSpec": null, 23 "fetchSpec": "1.2.0" 24 }, 25 "_requiredBy": [ 26 "/gauge" 27 ], 28 "_resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", 29 "_spec": "1.2.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Rebecca Turner", 33 "email": "me@re-becca.org" 34 }, 35 "bugs": { 36 "url": "https://github.com/iarna/aproba/issues" 8 37 }, 9 38 "dependencies": {}, 39 "description": "A ridiculously light-weight argument validator (now browser friendly)", 10 40 "devDependencies": { 11 41 "standard": "^10.0.3", 12 42 "tap": "^10.0.2" 13 43 }, 44 "directories": { 45 "test": "test" 46 }, 14 47 "files": [ 15 48 "index.js" 16 49 ], 17 "scripts": { 18 "test": "standard && tap -j3 test/*.js" 19 }, 20 "repository": { 21 "type": "git", 22 "url": "https://github.com/iarna/aproba" 23 }, 50 "homepage": "https://github.com/iarna/aproba", 24 51 "keywords": [ 25 52 "argument", 26 53 "validate" 27 54 ], 28 "author": "Rebecca Turner <me@re-becca.org>",29 55 "license": "ISC", 30 "bugs": { 31 "url": "https://github.com/iarna/aproba/issues" 56 "main": "index.js", 57 "name": "aproba", 58 "repository": { 59 "type": "git", 60 "url": "git+https://github.com/iarna/aproba.git" 32 61 }, 33 "homepage": "https://github.com/iarna/aproba" 62 "scripts": { 63 "test": "standard && tap -j3 test/*.js" 64 }, 65 "version": "1.2.0" 34 66 }
Note:
See TracChangeset
for help on using the changeset viewer.