cloudworker-proxy
Version:
An api gateway for cloudflare workers
93 lines (92 loc) • 2.81 kB
JSON
{
"_args": [
[
"node-webcrypto-ossl@1.0.48",
"/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless"
]
],
"_development": true,
"_from": "node-webcrypto-ossl@1.0.48",
"_id": "node-webcrypto-ossl@1.0.48",
"_inBundle": false,
"_integrity": "sha512-MWUkQ/5wrs7lpAr+fhsLMfjdxKGd3dQFVqWbNMkyYyCMRW8E7ScailqtCZYDLTnJtU6B+91rXxCJNyZvbYaSOg==",
"_location": "/node-webcrypto-ossl",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "node-webcrypto-ossl@1.0.48",
"name": "node-webcrypto-ossl",
"escapedName": "node-webcrypto-ossl",
"rawSpec": "1.0.48",
"saveSpec": null,
"fetchSpec": "1.0.48"
},
"_requiredBy": [
"/node-cloudworker"
],
"_resolved": "https://registry.npmjs.org/node-webcrypto-ossl/-/node-webcrypto-ossl-1.0.48.tgz",
"_spec": "1.0.48",
"_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless",
"author": {
"name": "PeculiarVentures"
},
"bugs": {
"url": "https://github.com/PeculiarVentures/node-webcrypto-ossl/issues"
},
"dependencies": {
"mkdirp": "^0.5.1",
"nan": "^2.13.2",
"tslib": "^1.9.3",
"webcrypto-core": "^0.1.26"
},
"description": "A WebCrypto Polyfill for Node in TypeScript built on OpenSSL",
"devDependencies": {
"@types/mkdirp": "^0.5.2",
"@types/node": "^10.12.18",
"coveralls": "^3.0.3",
"mocha": "^6.1.4",
"nyc": "^14.0.0",
"pvtsutils": "^1.0.4",
"typescript": "^3.4.5"
},
"gypfile": true,
"homepage": "https://github.com/PeculiarVentures/node-webcrypto-ossl#readme",
"keywords": [
"crypto",
"openssl",
"webcrypto",
"rsa",
"aes",
"ec",
"jwk",
"polyfill",
"secp256k1"
],
"license": "MIT",
"main": "buildjs/webcrypto.js",
"name": "node-webcrypto-ossl",
"repository": {
"type": "git",
"url": "git+https://github.com/PeculiarVentures/node-webcrypto-ossl.git"
},
"scripts": {
"build": "npm run build:es5",
"build:es2015": "tsc --module es2015 --target es2015",
"build:es5": "tsc",
"build:source": "tsc --sourceMap",
"clean": "rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*",
"coverage": "nyc npm test",
"coveragehtml": "nyc report -r html",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"install": "node-gyp rebuild",
"precoveragehtml": "npm run coverage",
"predev": "if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi",
"prepare": "npm run build",
"pub": "npm version patch && npm publish && git push",
"sync": "git ac && git pull --rebase && git push",
"test": "mocha"
},
"types": "index.d.ts",
"version": "1.0.48"
}