package.json
2.54 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
86
87
88
89
90
91
92
93
94
95
{
"_args": [
[
"character-parser@^2.1.1",
"/root/nodejs/myapp/node_modules/pug-lexer"
]
],
"_from": "character-parser@>=2.1.1 <3.0.0",
"_id": "character-parser@2.2.0",
"_inCache": true,
"_installable": true,
"_location": "/character-parser",
"_nodeVersion": "1.6.2",
"_npmOperationalInternal": {
"host": "packages-5-east.internal.npmjs.com",
"tmp": "tmp/character-parser-2.2.0.tgz_1454944074579_0.6497116768732667"
},
"_npmUser": {
"email": "forbes@lindesay.co.uk",
"name": "forbeslindesay"
},
"_npmVersion": "2.7.1",
"_phantomChildren": {},
"_requested": {
"name": "character-parser",
"raw": "character-parser@^2.1.1",
"rawSpec": "^2.1.1",
"scope": null,
"spec": ">=2.1.1 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/pug-lexer"
],
"_resolved": "https://registry.npmjs.org/character-parser/-/character-parser-2.2.0.tgz",
"_shasum": "c7ce28f36d4bcd9744e5ffc2c5fcde1c73261fc0",
"_shrinkwrap": null,
"_spec": "character-parser@^2.1.1",
"_where": "/root/nodejs/myapp/node_modules/pug-lexer",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/ForbesLindesay/character-parser/issues"
},
"dependencies": {
"is-regex": "^1.0.3"
},
"description": "Parse JavaScript one character at a time to look for snippets in Templates. This is not a validator, it's just designed to allow you to have sections of JavaScript delimited by brackets robustly.",
"devDependencies": {
"istanbul": "~0.3.22",
"testit": "~2.0.2"
},
"directories": {},
"dist": {
"shasum": "c7ce28f36d4bcd9744e5ffc2c5fcde1c73261fc0",
"tarball": "https://registry.npmjs.org/character-parser/-/character-parser-2.2.0.tgz"
},
"gitHead": "345cb926eb5bc1bb0f2803a06af685cd58cdee87",
"homepage": "https://github.com/ForbesLindesay/character-parser",
"keywords": [
"JavaScript",
"bracket",
"comment",
"escape",
"escaping",
"nesting",
"parser",
"string"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "forbeslindesay",
"email": "forbes@lindesay.co.uk"
},
{
"name": "timothygu",
"email": "timothygu99@gmail.com"
}
],
"name": "character-parser",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/ForbesLindesay/character-parser.git"
},
"scripts": {
"coverage": "istanbul cover test/index.js",
"test": "node test/index.js"
},
"version": "2.2.0"
}