Changeset 59329aa for trip-planner-front/node_modules/boolbase/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/boolbase/package.json
rceaed42 r59329aa 1 1 { 2 "name": "boolbase", 3 "version": "1.0.0", 2 "_args": [ 3 [ 4 "boolbase@1.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "boolbase@1.0.0", 10 "_id": "boolbase@1.0.0", 11 "_inBundle": false, 12 "_integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=", 13 "_location": "/boolbase", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "boolbase@1.0.0", 19 "name": "boolbase", 20 "escapedName": "boolbase", 21 "rawSpec": "1.0.0", 22 "saveSpec": null, 23 "fetchSpec": "1.0.0" 24 }, 25 "_requiredBy": [ 26 "/css-select", 27 "/nth-check" 28 ], 29 "_resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", 30 "_spec": "1.0.0", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Felix Boehm", 34 "email": "me@feedic.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/fb55/boolbase/issues" 38 }, 4 39 "description": "two functions: One that returns true, one that returns false", 5 "main": "index.js", 6 "scripts": { 7 "test": "echo \"Error: no test specified\" && exit 1" 8 }, 9 "repository": { 10 "type": "git", 11 "url": "https://github.com/fb55/boolbase" 12 }, 40 "homepage": "https://github.com/fb55/boolbase", 13 41 "keywords": [ 14 42 "boolean", 15 43 "function" 16 44 ], 17 "author": "Felix Boehm <me@feedic.com>",18 45 "license": "ISC", 19 "bugs": { 20 "url": "https://github.com/fb55/boolbase/issues" 46 "main": "index.js", 47 "name": "boolbase", 48 "repository": { 49 "type": "git", 50 "url": "git+https://github.com/fb55/boolbase.git" 21 51 }, 22 "homepage": "https://github.com/fb55/boolbase" 52 "scripts": { 53 "test": "echo \"Error: no test specified\" && exit 1" 54 }, 55 "version": "1.0.0" 23 56 }
Note:
See TracChangeset
for help on using the changeset viewer.