Changeset 59329aa for trip-planner-front/node_modules/ansi-html
- 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/ansi-html/package.json
rceaed42 r59329aa 1 1 { 2 "name": "ansi-html", 3 "version": "0.0.7", 4 "description": "An elegant lib that converts the chalked (ANSI) text to HTML.", 5 "main": "index.js", 6 "scripts": { 7 "test": "./node_modules/.bin/mocha -R spec -t 5000" 2 "_args": [ 3 [ 4 "ansi-html@0.0.7", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "ansi-html@0.0.7", 10 "_id": "ansi-html@0.0.7", 11 "_inBundle": false, 12 "_integrity": "sha1-gTWEAhliqenm/QOflA0S9WynhZ4=", 13 "_location": "/ansi-html", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "ansi-html@0.0.7", 19 "name": "ansi-html", 20 "escapedName": "ansi-html", 21 "rawSpec": "0.0.7", 22 "saveSpec": null, 23 "fetchSpec": "0.0.7" 24 }, 25 "_requiredBy": [ 26 "/webpack-dev-server" 27 ], 28 "_resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz", 29 "_spec": "0.0.7", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Tjatse" 8 33 }, 9 34 "bin": { 10 "ansi-html": " ./bin/ansi-html"35 "ansi-html": "bin/ansi-html" 11 36 }, 12 "repository": { 13 "type": "git", 14 "url": "git://github.com/Tjatse/ansi-html.git" 37 "bugs": { 38 "url": "https://github.com/Tjatse/ansi-html/issues" 15 39 }, 40 "dependencies": {}, 41 "description": "An elegant lib that converts the chalked (ANSI) text to HTML.", 42 "devDependencies": { 43 "chai": "^1.9.1", 44 "chalk": "^1.1.3", 45 "lodash": "^2.4.2", 46 "mocha": "^1.21.4" 47 }, 48 "engines": [ 49 "node >= 0.8.0" 50 ], 51 "homepage": "https://github.com/Tjatse/ansi-html", 16 52 "keywords": [ 17 53 "ansi", … … 19 55 "chalk html" 20 56 ], 21 "author": { 22 "name": "Tjatse" 57 "license": "Apache-2.0", 58 "main": "index.js", 59 "name": "ansi-html", 60 "repository": { 61 "type": "git", 62 "url": "git://github.com/Tjatse/ansi-html.git" 23 63 }, 24 "license": "Apache-2.0", 25 "bugs": { 26 "url": "https://github.com/Tjatse/ansi-html/issues" 64 "scripts": { 65 "test": "mocha -R spec -t 5000" 27 66 }, 28 "engines": [29 "node >= 0.8.0"30 ],31 "dependencies": {32 },33 "devDependencies": {34 "mocha": "^1.21.4",35 "chai": "^1.9.1",36 "chalk": "^1.1.3",37 "lodash": "^2.4.2"38 },39 "readmeFilename": "README.md",40 "homepage": "https://github.com/Tjatse/ansi-html",41 67 "standard": { 42 68 "ignore": [], … … 47 73 "after" 48 74 ] 49 } 75 }, 76 "version": "0.0.7" 50 77 }
Note:
See TracChangeset
for help on using the changeset viewer.