{
"name": "htmlescape",
"version": "1.1.0",
"description": "Properly escape JSON for usage as an object literal inside of a `<script>` tag",
"keywords": [
"escape",
"encoding",
"html",
"json",
"template"
],
"homepage": "https://github.com/zertosh/htmlescape",
"licence": "MIT",
"author": {
"name": "Andres Suarez",
"email": "[email protected]"
},
"main": "htmlescape.js",
"repository": {
"type": "git",
"url": "git://github.com/zertosh/htmlescape.git"
},
"scripts": {
"test": "tape test/*.js"
},
"dependencies": {},
"devDependencies": {
"tape": "^3.0.0"
},
"engines": {
"node": ">=0.10"
},
"gitHead": "06156f88adccb5a2a5b9c7dd14628a931f96541d",
"bugs": {
"url": "https://github.com/zertosh/htmlescape/issues"
},
"_id": "[email protected]",
"_shasum": "ebf7a9524f7c86b5f6888589b40bdba712eafa67",
"_from": "htmlescape@>=1.1.0 <2.0.0",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "zertosh",
"email": "[email protected]"
},
"maintainers": [
{
"name": "zertosh",
"email": "[email protected]"
}
],
"dist": {
"shasum": "ebf7a9524f7c86b5f6888589b40bdba712eafa67",
"tarball": "http://registry.npmjs.org/htmlescape/-/htmlescape-1.1.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/htmlescape/-/htmlescape-1.1.0.tgz"
}