Files
releases/docs/book/node_modules/ecc-jsbn/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

98 lines
3.4 KiB
JSON

{
"_args": [
[
{
"name": "ecc-jsbn",
"raw": "ecc-jsbn@~0.1.1",
"rawSpec": "~0.1.1",
"scope": null,
"spec": ">=0.1.1 <0.2.0",
"type": "range"
},
"/home/torin/go/src/github.com/open-policy-agent/opa/docs/book/node_modules/sshpk"
]
],
"_from": "ecc-jsbn@>=0.1.1 <0.2.0",
"_id": "ecc-jsbn@0.1.2",
"_inCache": true,
"_installable": true,
"_location": "/ecc-jsbn",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/ecc-jsbn_0.1.2_1532879660765_0.1527427174348932"
},
"_npmUser": {
"email": "duhamelantoine1995@gmail.com",
"name": "aduh95"
},
"_phantomChildren": {},
"_requested": {
"name": "ecc-jsbn",
"raw": "ecc-jsbn@~0.1.1",
"rawSpec": "~0.1.1",
"scope": null,
"spec": ">=0.1.1 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/sshpk"
],
"_resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
"_shasum": "3a83a904e54353287874c564b7549386849a98c9",
"_shrinkwrap": null,
"_spec": "ecc-jsbn@~0.1.1",
"_where": "/home/torin/go/src/github.com/open-policy-agent/opa/docs/book/node_modules/sshpk",
"author": {
"email": "jeremie@jabber.org",
"name": "Jeremie Miller",
"url": "http://jeremie.com/"
},
"bugs": {
"url": "https://github.com/quartzjer/ecc-jsbn/issues"
},
"dependencies": {
"jsbn": "~0.1.0",
"safer-buffer": "^2.1.0"
},
"description": "ECC JS code based on JSBN",
"devDependencies": {},
"directories": {},
"dist": {
"fileCount": 10,
"shasum": "3a83a904e54353287874c564b7549386849a98c9",
"tarball": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
"unpackedSize": 27799
},
"homepage": "https://github.com/quartzjer/ecc-jsbn",
"keywords": [
"jsbn",
"ecc",
"browserify"
],
"license": "MIT",
"licenseText": "The MIT License (MIT)\n\nCopyright (c) 2014 Jeremie Miller\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.",
"main": "index.js",
"maintainers": [
{
"email": "duhamelantoine1995@gmail.com",
"name": "aduh95"
},
{
"email": "jeremie@jabber.org",
"name": "quartzjer"
},
{
"email": "nomad.ry@gmail.com",
"name": "rynomad"
}
],
"name": "ecc-jsbn",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/quartzjer/ecc-jsbn.git"
},
"version": "0.1.2"
}