- 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/text-table/package.json
rceaed42 r59329aa 1 1 { 2 "_args": [ 3 [ 4 "text-table@0.2.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "text-table@0.2.0", 10 "_id": "text-table@0.2.0", 11 "_inBundle": false, 12 "_integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", 13 "_location": "/text-table", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "text-table@0.2.0", 2 19 "name": "text-table", 3 "version": "0.2.0", 4 "description": "borderless text tables with alignment", 5 "main": "index.js", 6 "devDependencies": { 7 "tap": "~0.4.0", 8 "tape": "~1.0.2", 9 "cli-color": "~0.2.3" 10 }, 11 "scripts": { 12 "test": "tap test/*.js" 13 }, 14 "testling" : { 15 "files" : "test/*.js", 16 "browsers" : [ 17 "ie/6..latest", 18 "chrome/20..latest", 19 "firefox/10..latest", 20 "safari/latest", 21 "opera/11.0..latest", 22 "iphone/6", "ipad/6" 23 ] 24 }, 25 "repository": { 26 "type": "git", 27 "url": "git://github.com/substack/text-table.git" 28 }, 29 "homepage": "https://github.com/substack/text-table", 30 "keywords": [ 31 "text", 32 "table", 33 "align", 34 "ascii", 35 "rows", 36 "tabular" 37 ], 38 "author": { 39 "name": "James Halliday", 40 "email": "mail@substack.net", 41 "url": "http://substack.net" 42 }, 43 "license": "MIT" 20 "escapedName": "text-table", 21 "rawSpec": "0.2.0", 22 "saveSpec": null, 23 "fetchSpec": "0.2.0" 24 }, 25 "_requiredBy": [ 26 "/@angular-devkit/build-angular" 27 ], 28 "_resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", 29 "_spec": "0.2.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "James Halliday", 33 "email": "mail@substack.net", 34 "url": "http://substack.net" 35 }, 36 "bugs": { 37 "url": "https://github.com/substack/text-table/issues" 38 }, 39 "description": "borderless text tables with alignment", 40 "devDependencies": { 41 "cli-color": "~0.2.3", 42 "tap": "~0.4.0", 43 "tape": "~1.0.2" 44 }, 45 "homepage": "https://github.com/substack/text-table", 46 "keywords": [ 47 "text", 48 "table", 49 "align", 50 "ascii", 51 "rows", 52 "tabular" 53 ], 54 "license": "MIT", 55 "main": "index.js", 56 "name": "text-table", 57 "repository": { 58 "type": "git", 59 "url": "git://github.com/substack/text-table.git" 60 }, 61 "scripts": { 62 "test": "tap test/*.js" 63 }, 64 "testling": { 65 "files": "test/*.js", 66 "browsers": [ 67 "ie/6..latest", 68 "chrome/20..latest", 69 "firefox/10..latest", 70 "safari/latest", 71 "opera/11.0..latest", 72 "iphone/6", 73 "ipad/6" 74 ] 75 }, 76 "version": "0.2.0" 44 77 }
Note:
See TracChangeset
for help on using the changeset viewer.