source: trip-planner-front/node_modules/ansi-html/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
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"
33 },
34 "bin": {
35 "ansi-html": "bin/ansi-html"
36 },
37 "bugs": {
38 "url": "https://github.com/Tjatse/ansi-html/issues"
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",
52 "keywords": [
53 "ansi",
54 "ansi html",
55 "chalk html"
56 ],
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"
63 },
64 "scripts": {
65 "test": "mocha -R spec -t 5000"
66 },
67 "standard": {
68 "ignore": [],
69 "globals": [
70 "describe",
71 "it",
72 "before",
73 "after"
74 ]
75 },
76 "version": "0.0.7"
77}
Note: See TracBrowser for help on using the repository browser.