-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.6 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.6 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
{
"_args": [
[
"character-parser@1.2.1",
"/Users/luzhiyong/blog"
]
],
"_from": "character-parser@1.2.1",
"_id": "character-parser@1.2.1",
"_inBundle": false,
"_integrity": "sha1-wN3kqxgnE7kZuXCVmhI+zBow/NY=",
"_location": "/character-parser",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "character-parser@1.2.1",
"name": "character-parser",
"escapedName": "character-parser",
"rawSpec": "1.2.1",
"saveSpec": null,
"fetchSpec": "1.2.1"
},
"_requiredBy": [
"/jade"
],
"_resolved": "https://registry.npmjs.org/character-parser/-/character-parser-1.2.1.tgz",
"_spec": "1.2.1",
"_where": "/Users/luzhiyong/blog",
"author": {
"name": "ForbesLindesay"
},
"bugs": {
"url": "https://github.com/ForbesLindesay/character-parser/issues"
},
"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": {
"better-assert": "~1.0.0",
"mocha": "~1.9.0"
},
"homepage": "https://github.com/ForbesLindesay/character-parser#readme",
"keywords": [
"parser",
"JavaScript",
"bracket",
"nesting",
"comment",
"string",
"escape",
"escaping"
],
"license": "MIT",
"main": "index.js",
"name": "character-parser",
"repository": {
"type": "git",
"url": "git+https://github.com/ForbesLindesay/character-parser.git"
},
"scripts": {
"test": "mocha -R spec"
},
"version": "1.2.1"
}