mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-22 00:05:24 -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>
125 lines
2.9 KiB
JSON
125 lines
2.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"name": "cheerio",
|
|
"raw": "cheerio@^0.20.0",
|
|
"rawSpec": "^0.20.0",
|
|
"scope": null,
|
|
"spec": ">=0.20.0 <0.21.0",
|
|
"type": "range"
|
|
},
|
|
"/home/torin/go/src/github.com/open-policy-agent/opa/docs/book/node_modules/gitbook-plugin-header"
|
|
]
|
|
],
|
|
"_from": "cheerio@>=0.20.0 <0.21.0",
|
|
"_id": "cheerio@0.20.0",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/cheerio",
|
|
"_nodeVersion": "5.5.0",
|
|
"_npmUser": {
|
|
"email": "me@feedic.com",
|
|
"name": "feedic"
|
|
},
|
|
"_npmVersion": "3.6.0",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "cheerio",
|
|
"raw": "cheerio@^0.20.0",
|
|
"rawSpec": "^0.20.0",
|
|
"scope": null,
|
|
"spec": ">=0.20.0 <0.21.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/gitbook-plugin-header"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/cheerio/-/cheerio-0.20.0.tgz",
|
|
"_shasum": "5c710f2bab95653272842ba01c6ea61b3545ec35",
|
|
"_shrinkwrap": null,
|
|
"_spec": "cheerio@^0.20.0",
|
|
"_where": "/home/torin/go/src/github.com/open-policy-agent/opa/docs/book/node_modules/gitbook-plugin-header",
|
|
"author": {
|
|
"email": "mattmuelle@gmail.com",
|
|
"name": "Matt Mueller",
|
|
"url": "mat.io"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/cheeriojs/cheerio/issues"
|
|
},
|
|
"dependencies": {
|
|
"css-select": "~1.2.0",
|
|
"dom-serializer": "~0.1.0",
|
|
"entities": "~1.1.1",
|
|
"htmlparser2": "~3.8.1",
|
|
"jsdom": "^7.0.2",
|
|
"lodash": "^4.1.0"
|
|
},
|
|
"description": "Tiny, fast, and elegant implementation of core jQuery designed specifically for the server",
|
|
"devDependencies": {
|
|
"benchmark": "~1.0.0",
|
|
"coveralls": "~2.10",
|
|
"expect.js": "~0.3.1",
|
|
"istanbul": "~0.2",
|
|
"jshint": "~2.5.1",
|
|
"mocha": "*",
|
|
"xyz": "~0.5.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "5c710f2bab95653272842ba01c6ea61b3545ec35",
|
|
"tarball": "http://registry.npmjs.org/cheerio/-/cheerio-0.20.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"gitHead": "c3ec1cd7bff41da0033bdc45375d77844f0f81c0",
|
|
"homepage": "https://github.com/cheeriojs/cheerio#readme",
|
|
"keywords": [
|
|
"htmlparser",
|
|
"jquery",
|
|
"selector",
|
|
"scraper",
|
|
"parser",
|
|
"html"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./index.js",
|
|
"maintainers": [
|
|
{
|
|
"email": "mattmuelle@gmail.com",
|
|
"name": "mattmueller"
|
|
},
|
|
{
|
|
"email": "dc@davidchambers.me",
|
|
"name": "davidchambers"
|
|
},
|
|
{
|
|
"email": "mike@mikepennisi.com",
|
|
"name": "jugglinmike"
|
|
},
|
|
{
|
|
"email": "me@feedic.com",
|
|
"name": "feedic"
|
|
}
|
|
],
|
|
"name": "cheerio",
|
|
"optionalDependencies": {
|
|
"jsdom": "^7.0.2"
|
|
},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/cheeriojs/cheerio.git"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"version": "0.20.0"
|
|
}
|