package.json
2.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"_from": "colorette@^1.2.1",
"_id": "colorette@1.2.1",
"_inBundle": false,
"_integrity": "sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==",
"_location": "/colorette",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "colorette@^1.2.1",
"name": "colorette",
"escapedName": "colorette",
"rawSpec": "^1.2.1",
"saveSpec": null,
"fetchSpec": "^1.2.1"
},
"_requiredBy": [
"/autoprefixer"
],
"_resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.1.tgz",
"_shasum": "4d0b921325c14faf92633086a536db6e89564b1b",
"_spec": "colorette@^1.2.1",
"_where": "/Users/noblyan/Desktop/4_2/캡스톤디자인II/2017110267/Project/node_modules/autoprefixer",
"author": {
"name": "Jorge Bucaran"
},
"bugs": {
"url": "https://github.com/jorgebucaran/colorette/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Color your terminal using pure idiomatic JavaScript.",
"devDependencies": {
"c8": "7.2.0",
"testmatrix": "0.1.2"
},
"exports": {
"./package.json": "./package.json",
".": {
"require": "./index.cjs",
"import": "./index.js"
}
},
"files": [
"index.*",
"colorette.d.ts"
],
"homepage": "https://github.com/jorgebucaran/colorette",
"keywords": [
"colorette",
"terminal",
"styles",
"color",
"ansi"
],
"license": "MIT",
"main": "index.cjs",
"module": "index.js",
"name": "colorette",
"repository": {
"type": "git",
"url": "git+https://github.com/jorgebucaran/colorette.git"
},
"scripts": {
"build": "node -e \"fs.writeFileSync('index.cjs',fs.readFileSync('index.js','utf8').replace(/export const /g,'exports.'),'utf8')\"",
"release": "v=$npm_package_version; git commit -am $v && git tag -s $v -m $v && git push && git push --tags && npm publish",
"test": "c8 testmatrix test/*.cjs"
},
"type": "module",
"types": "colorette.d.ts",
"version": "1.2.1"
}