mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-22 08:14:48 -06:00
fa9ae9437c
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>
130 lines
3.0 KiB
JSON
130 lines
3.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"name": "htmlparser2",
|
|
"raw": "htmlparser2@~3.8.1",
|
|
"rawSpec": "~3.8.1",
|
|
"scope": null,
|
|
"spec": ">=3.8.1 <3.9.0",
|
|
"type": "range"
|
|
},
|
|
"/home/torin/go/src/github.com/open-policy-agent/opa/docs/book/node_modules/cheerio"
|
|
]
|
|
],
|
|
"_from": "htmlparser2@>=3.8.1 <3.9.0",
|
|
"_id": "htmlparser2@3.8.3",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/htmlparser2",
|
|
"_nodeVersion": "2.2.1",
|
|
"_npmUser": {
|
|
"email": "me@feedic.com",
|
|
"name": "feedic"
|
|
},
|
|
"_npmVersion": "2.11.1",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "htmlparser2",
|
|
"raw": "htmlparser2@~3.8.1",
|
|
"rawSpec": "~3.8.1",
|
|
"scope": null,
|
|
"spec": ">=3.8.1 <3.9.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/cheerio"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz",
|
|
"_shasum": "996c28b191516a8be86501a7d79757e5c70c1068",
|
|
"_shrinkwrap": null,
|
|
"_spec": "htmlparser2@~3.8.1",
|
|
"_where": "/home/torin/go/src/github.com/open-policy-agent/opa/docs/book/node_modules/cheerio",
|
|
"author": {
|
|
"email": "me@feedic.com",
|
|
"name": "Felix Boehm"
|
|
},
|
|
"browser": {
|
|
"readable-stream": false
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/fb55/htmlparser2/issues"
|
|
},
|
|
"dependencies": {
|
|
"domelementtype": "1",
|
|
"domhandler": "2.3",
|
|
"domutils": "1.5",
|
|
"entities": "1.0",
|
|
"readable-stream": "1.1"
|
|
},
|
|
"description": "Fast & forgiving HTML/XML/RSS parser",
|
|
"devDependencies": {
|
|
"coveralls": "*",
|
|
"istanbul": "*",
|
|
"jscs": "1.5.8",
|
|
"jshint": "2",
|
|
"mocha": "1",
|
|
"mocha-lcov-reporter": "*"
|
|
},
|
|
"directories": {
|
|
"lib": "lib/"
|
|
},
|
|
"dist": {
|
|
"shasum": "996c28b191516a8be86501a7d79757e5c70c1068",
|
|
"tarball": "http://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz"
|
|
},
|
|
"gitHead": "44e48f58526de05d2639199f4baaaef235521f6b",
|
|
"homepage": "https://github.com/fb55/htmlparser2#readme",
|
|
"jshintConfig": {
|
|
"eqeqeq": true,
|
|
"eqnull": true,
|
|
"freeze": true,
|
|
"globals": {
|
|
"describe": true,
|
|
"it": true
|
|
},
|
|
"latedef": "nofunc",
|
|
"noarg": true,
|
|
"node": true,
|
|
"nonbsp": true,
|
|
"proto": true,
|
|
"quotmark": "double",
|
|
"smarttabs": true,
|
|
"trailing": true,
|
|
"undef": true,
|
|
"unused": true
|
|
},
|
|
"keywords": [
|
|
"html",
|
|
"parser",
|
|
"streams",
|
|
"xml",
|
|
"dom",
|
|
"rss",
|
|
"feed",
|
|
"atom"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"maintainers": [
|
|
{
|
|
"email": "me@feedic.com",
|
|
"name": "feedic"
|
|
}
|
|
],
|
|
"name": "htmlparser2",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/fb55/htmlparser2.git"
|
|
},
|
|
"scripts": {
|
|
"coveralls": "npm run lint && npm run lcov && (cat coverage/lcov.info | coveralls || exit 0)",
|
|
"lcov": "istanbul cover _mocha --report lcovonly -- -R spec",
|
|
"lint": "jshint lib test && jscs lib test",
|
|
"test": "mocha && npm run lint"
|
|
},
|
|
"version": "3.8.3"
|
|
}
|