- 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/console-control-strings/package.json
rceaed42 r59329aa 1 1 { 2 "name": "console-control-strings", 3 "version": "1.1.0", 2 "_args": [ 3 [ 4 "console-control-strings@1.1.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "console-control-strings@1.1.0", 10 "_id": "console-control-strings@1.1.0", 11 "_inBundle": false, 12 "_integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=", 13 "_location": "/console-control-strings", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "console-control-strings@1.1.0", 19 "name": "console-control-strings", 20 "escapedName": "console-control-strings", 21 "rawSpec": "1.1.0", 22 "saveSpec": null, 23 "fetchSpec": "1.1.0" 24 }, 25 "_requiredBy": [ 26 "/gauge", 27 "/npmlog" 28 ], 29 "_resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", 30 "_spec": "1.1.0", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Rebecca Turner", 34 "email": "me@re-becca.org", 35 "url": "http://re-becca.org/" 36 }, 37 "bugs": { 38 "url": "https://github.com/iarna/console-control-strings/issues" 39 }, 4 40 "description": "A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.", 5 "main": "index.js", 41 "devDependencies": { 42 "standard": "^7.1.2", 43 "tap": "^5.7.2" 44 }, 6 45 "directories": { 7 46 "test": "test" 47 }, 48 "files": [ 49 "LICENSE", 50 "index.js" 51 ], 52 "homepage": "https://github.com/iarna/console-control-strings#readme", 53 "keywords": [], 54 "license": "ISC", 55 "main": "index.js", 56 "name": "console-control-strings", 57 "repository": { 58 "type": "git", 59 "url": "git+https://github.com/iarna/console-control-strings.git" 8 60 }, 9 61 "scripts": { 10 62 "test": "standard && tap test/*.js" 11 63 }, 12 "repository": { 13 "type": "git", 14 "url": "https://github.com/iarna/console-control-strings" 15 }, 16 "keywords": [], 17 "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)", 18 "license": "ISC", 19 "files": [ 20 "LICENSE", 21 "index.js" 22 ], 23 "devDependencies": { 24 "standard": "^7.1.2", 25 "tap": "^5.7.2" 26 } 64 "version": "1.1.0" 27 65 }
Note:
See TracChangeset
for help on using the changeset viewer.