Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80522 views
1
{
2
"name": "htmlescape",
3
"version": "1.1.0",
4
"description": "Properly escape JSON for usage as an object literal inside of a `<script>` tag",
5
"keywords": [
6
"escape",
7
"encoding",
8
"html",
9
"json",
10
"template"
11
],
12
"homepage": "https://github.com/zertosh/htmlescape",
13
"licence": "MIT",
14
"author": {
15
"name": "Andres Suarez",
16
"email": "[email protected]"
17
},
18
"main": "htmlescape.js",
19
"repository": {
20
"type": "git",
21
"url": "git://github.com/zertosh/htmlescape.git"
22
},
23
"scripts": {
24
"test": "tape test/*.js"
25
},
26
"dependencies": {},
27
"devDependencies": {
28
"tape": "^3.0.0"
29
},
30
"engines": {
31
"node": ">=0.10"
32
},
33
"gitHead": "06156f88adccb5a2a5b9c7dd14628a931f96541d",
34
"bugs": {
35
"url": "https://github.com/zertosh/htmlescape/issues"
36
},
37
"_id": "[email protected]",
38
"_shasum": "ebf7a9524f7c86b5f6888589b40bdba712eafa67",
39
"_from": "htmlescape@>=1.1.0 <2.0.0",
40
"_npmVersion": "1.4.28",
41
"_npmUser": {
42
"name": "zertosh",
43
"email": "[email protected]"
44
},
45
"maintainers": [
46
{
47
"name": "zertosh",
48
"email": "[email protected]"
49
}
50
],
51
"dist": {
52
"shasum": "ebf7a9524f7c86b5f6888589b40bdba712eafa67",
53
"tarball": "http://registry.npmjs.org/htmlescape/-/htmlescape-1.1.0.tgz"
54
},
55
"directories": {},
56
"_resolved": "https://registry.npmjs.org/htmlescape/-/htmlescape-1.1.0.tgz"
57
}
58
59