Files
releases/docs/book/node_modules/html-escape/package.json
T
Torin Sandall fa9ae9437c Vendor node_modules for gitbook
The gitbook install has been incredibly flaky due to it's dependency on
npm. This commit simply vendors the node_modules so that each time we
build the site the process doesn't have to re-run gitbook install.

Signed-off-by: Torin Sandall <torinsandall@gmail.com>
2018-11-26 15:10:14 -08:00

87 lines
2.2 KiB
JSON

{
"_args": [
[
{
"name": "html-escape",
"raw": "html-escape@^1.0.2",
"rawSpec": "^1.0.2",
"scope": null,
"spec": ">=1.0.2 <2.0.0",
"type": "range"
},
"/home/torin/go/src/github.com/open-policy-agent/opa/docs/book/node_modules/gitbook-plugin-ace"
]
],
"_from": "html-escape@>=1.0.2 <2.0.0",
"_id": "html-escape@1.0.2",
"_inCache": true,
"_installable": true,
"_location": "/html-escape",
"_nodeVersion": "0.10.35",
"_npmUser": {
"email": "parshap+npm@gmail.com",
"name": "parshap"
},
"_npmVersion": "2.5.1",
"_phantomChildren": {},
"_requested": {
"name": "html-escape",
"raw": "html-escape@^1.0.2",
"rawSpec": "^1.0.2",
"scope": null,
"spec": ">=1.0.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/gitbook-plugin-ace"
],
"_resolved": "https://registry.npmjs.org/html-escape/-/html-escape-1.0.2.tgz",
"_shasum": "5fa787c0568090fe332ed5b3cf4aa4f646421a74",
"_shrinkwrap": null,
"_spec": "html-escape@^1.0.2",
"_where": "/home/torin/go/src/github.com/open-policy-agent/opa/docs/book/node_modules/gitbook-plugin-ace",
"author": {
"name": "Parsha Pourkhomami"
},
"bugs": {
"url": "https://github.com/parshap/html-escape/issues"
},
"dependencies": {},
"description": "Escape reserved HTML characters",
"devDependencies": {
"tape": "~2.0.0"
},
"directories": {},
"dist": {
"shasum": "5fa787c0568090fe332ed5b3cf4aa4f646421a74",
"tarball": "https://registry.npmjs.org/html-escape/-/html-escape-1.0.2.tgz"
},
"gitHead": "4b07a7a770ff3c5dc9bd7e90004ea22225cf6f8b",
"homepage": "https://github.com/parshap/html-escape",
"keywords": [
"html",
"html entities",
"escape",
"xss"
],
"license": "Public Domain",
"main": "index.js",
"maintainers": [
{
"email": "supster+npm@gmail.com",
"name": "parshap"
}
],
"name": "html-escape",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/parshap/html-escape.git"
},
"scripts": {
"test": "tape test.js"
},
"version": "1.0.2"
}