package.json
1.98 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
74
75
76
77
78
79
80
81
82
83
84
85
{
"_from": "stylus@*",
"_id": "stylus@0.54.5",
"_inBundle": false,
"_integrity": "sha1-QrlWCTHKcJDOhRWnmLqeaqPW3Hk=",
"_location": "/stylus",
"_phantomChildren": {
"minimist": "0.0.8"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "stylus@*",
"name": "stylus",
"escapedName": "stylus",
"rawSpec": "*",
"saveSpec": null,
"fetchSpec": "*"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/stylus/-/stylus-0.54.5.tgz",
"_shasum": "42b9560931ca7090ce8515a798ba9e6aa3d6dc79",
"_spec": "stylus@*",
"_where": "C:\\Users\\경훈\\Desktop\\nodejs-todo-list-master\\nodejs-todo-list-master",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"bin": {
"stylus": "./bin/stylus"
},
"browserify": "./lib/browserify.js",
"bugs": {
"url": "https://github.com/stylus/stylus/issues"
},
"bundleDependencies": false,
"dependencies": {
"css-parse": "1.7.x",
"debug": "*",
"glob": "7.0.x",
"mkdirp": "0.5.x",
"sax": "0.5.x",
"source-map": "0.1.x"
},
"deprecated": false,
"description": "Robust, expressive, and feature-rich CSS superset",
"devDependencies": {
"jscoverage": "0.3.8",
"mocha": "*",
"should": "8.x"
},
"directories": {
"doc": "docs",
"example": "examples",
"test": "test"
},
"engines": {
"node": "*"
},
"homepage": "https://github.com/stylus/stylus",
"keywords": [
"css",
"parser",
"style",
"stylesheets",
"jade",
"language"
],
"license": "MIT",
"main": "./index.js",
"name": "stylus",
"repository": {
"type": "git",
"url": "git://github.com/stylus/stylus.git"
},
"scripts": {
"prepublish": "npm prune",
"test": "mocha test/ test/middleware/ --require should --bail --check-leaks --reporter dot",
"test-cov": "mocha test/ test/middleware/ --require should --bail --reporter html-cov > coverage.html"
},
"version": "0.54.5"
}