-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 1.92 KB
/
package.json
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
86
87
88
89
{
"_args": [
[
"cssesc@0.1.0",
"C:\\Users\\Raul\\WebstormProjects\\NoticiasReif\\client"
]
],
"_development": true,
"_from": "cssesc@0.1.0",
"_id": "cssesc@0.1.0",
"_inBundle": false,
"_integrity": "sha1-yBSQPkViM3GgR3tAEJqq++6t27Q=",
"_location": "/cssesc",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cssesc@0.1.0",
"name": "cssesc",
"escapedName": "cssesc",
"rawSpec": "0.1.0",
"saveSpec": null,
"fetchSpec": "0.1.0"
},
"_requiredBy": [
"/css-selector-tokenizer"
],
"_resolved": "https://registry.npmjs.org/cssesc/-/cssesc-0.1.0.tgz",
"_spec": "0.1.0",
"_where": "C:\\Users\\Raul\\WebstormProjects\\NoticiasReif\\client",
"author": {
"name": "Mathias Bynens",
"url": "http://mathiasbynens.be/"
},
"bin": {
"cssesc": "bin/cssesc"
},
"bugs": {
"url": "https://github.com/mathiasbynens/cssesc/issues"
},
"dependencies": {},
"description": "A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-shell": "~0.3.1",
"grunt-template": "~0.2.0",
"istanbul": "~0.1.42",
"qunit-clib": "~1.3.0",
"qunitjs": "~1.11.0",
"regenerate": "~0.5.2",
"requirejs": "~2.1.8"
},
"directories": {
"test": "tests"
},
"files": [
"LICENSE-MIT.txt",
"cssesc.js",
"bin/",
"man/"
],
"homepage": "http://mths.be/cssesc",
"keywords": [
"css",
"escape",
"identifier",
"string",
"tool"
],
"licenses": [
{
"type": "MIT",
"url": "http://mths.be/mit"
}
],
"main": "cssesc.js",
"man": [
"man/cssesc.1"
],
"name": "cssesc",
"repository": {
"type": "git",
"url": "git+https://github.com/mathiasbynens/cssesc.git"
},
"scripts": {
"test": "node tests/tests.js"
},
"version": "0.1.0"
}