source: trip-planner-front/node_modules/colorette/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: 2.2 KB
Line 
1{
2 "_args": [
3 [
4 "colorette@1.4.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "colorette@1.4.0",
10 "_id": "colorette@1.4.0",
11 "_inBundle": false,
12 "_integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==",
13 "_location": "/colorette",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "colorette@1.4.0",
19 "name": "colorette",
20 "escapedName": "colorette",
21 "rawSpec": "1.4.0",
22 "saveSpec": null,
23 "fetchSpec": "1.4.0"
24 },
25 "_requiredBy": [
26 "/postcss",
27 "/webpack-dev-middleware"
28 ],
29 "_resolved": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz",
30 "_spec": "1.4.0",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Jorge Bucaran"
34 },
35 "bugs": {
36 "url": "https://github.com/jorgebucaran/colorette/issues"
37 },
38 "description": "Easily set the text color and style in the terminal.",
39 "devDependencies": {
40 "c8": "*",
41 "twist": "*"
42 },
43 "exports": {
44 "./package.json": "./package.json",
45 ".": {
46 "require": "./index.cjs",
47 "import": "./index.js"
48 }
49 },
50 "files": [
51 "*.*(c)[tj]s*"
52 ],
53 "homepage": "https://github.com/jorgebucaran/colorette#readme",
54 "keywords": [
55 "terminal",
56 "styles",
57 "color",
58 "ansi"
59 ],
60 "license": "MIT",
61 "main": "index.cjs",
62 "module": "index.js",
63 "name": "colorette",
64 "repository": {
65 "type": "git",
66 "url": "git+https://github.com/jorgebucaran/colorette.git"
67 },
68 "scripts": {
69 "build": "node -e \"fs.writeFileSync('index.cjs', fs.readFileSync('index.js', 'utf8').replace(/export const /g, 'exports.').replace(/import \\* as ([^ ]+) from \\\"(.+)\\\"/, 'const \\$1 = require(\\\"\\$2\\\")'), 'utf8')\"",
70 "deploy": "npm test && git commit --all --message $tag && git tag --sign $tag --message $tag && git push && git push --tags",
71 "prepare": "npm run build",
72 "release": "tag=$npm_package_version npm run deploy && npm publish --access public",
73 "test": "c8 twist tests/*.js"
74 },
75 "type": "module",
76 "types": "index.d.ts",
77 "version": "1.4.0"
78}
Note: See TracBrowser for help on using the repository browser.