line_push/node_modules/js-crypto-key-utils/package.json
2022-07-21 03:28:35 +00:00

104 lines
3.5 KiB
JSON

{
"_args": [
[
"js-crypto-key-utils@0.6.11",
"/home/node/nuxt"
]
],
"_from": "js-crypto-key-utils@0.6.11",
"_id": "js-crypto-key-utils@0.6.11",
"_inBundle": false,
"_integrity": "sha512-3vVspOXylY1aekm46OOzvkh3d5xF+QD8uJtEeLPmG/eIGVrZU1OzlnI4DlKDqS3FzAr0G11vvSarNU/xBn3WjA==",
"_location": "/js-crypto-key-utils",
"_phantomChildren": {
"base64-js": "1.3.1",
"ieee754": "1.2.1",
"inherits": "2.0.4",
"minimalistic-assert": "1.0.1",
"regenerator-runtime": "0.13.9"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "js-crypto-key-utils@0.6.11",
"name": "js-crypto-key-utils",
"escapedName": "js-crypto-key-utils",
"rawSpec": "0.6.11",
"saveSpec": null,
"fetchSpec": "0.6.11"
},
"_requiredBy": [
"/js-crypto-ec"
],
"_resolved": "https://registry.npmjs.org/js-crypto-key-utils/-/js-crypto-key-utils-0.6.11.tgz",
"_spec": "0.6.11",
"_where": "/home/node/nuxt",
"author": {
"name": "Jun Kurihara"
},
"bugs": {
"url": "https://github.com/junkurihara/jscu/issues"
},
"dependencies": {
"@babel/runtime": "~7.5.0",
"asn1.js": "~5.2.0",
"buffer": "~5.4.0",
"des.js": "~1.0.0",
"elliptic": "~6.5.0",
"js-crypto-aes": "^0.6.1",
"js-crypto-hash": "^0.5.2",
"js-crypto-pbkdf": "^0.4.3",
"js-crypto-random": "^0.3.5",
"js-encoding-utils": "0.5.3",
"lodash.clonedeep": "~4.5.0"
},
"description": "Universal Module for Cryptographic Key Utilities in JavaScript, including PEM-JWK converters",
"homepage": "https://github.com/junkurihara/jscu/tree/master/packages/js-crypto-key-utils#readme",
"keywords": [
"crypto",
"webcrypto",
"pem",
"der",
"jwk",
"spki",
"pkcs8",
"asn1",
"ecc",
"rsa",
"jwk thumbprint",
"rfc3447",
"rfc5280",
"rfc5208",
"rfc5480",
"rfc5915",
"rfc5958",
"rfc7638",
"rfc8018"
],
"license": "MIT",
"main": "dist/index.js",
"name": "js-crypto-key-utils",
"repository": {
"type": "git",
"url": "git+https://github.com/junkurihara/jscu.git"
},
"scripts": {
"analyze": "cross-env NODE_ENV=production webpack --mode production --optimize-minimize --json --config webpack.prod.js | webpack-bundle-size-analyzer",
"babel": "cross-env NODE_ENV=production babel src -d dist/ --keep-file-extension",
"build": "rm -rf ./dist && npm run babel && npm run webpack:prod",
"cleanup": "rm -rf ./dist coverage .nyc_output; rm -rf ./test/html/*.bundle.js; rm -rf ./test/html/test.html",
"html": "npm run webpack && npm run html:source && npm run html:bundle && npm run html:window",
"html:bundle": "cross-env TEST_ENV=bundle NODE_ENV=html npm run webpack",
"html:source": "cross-env TEST_ENV=source NODE_ENV=html npm run webpack",
"html:window": "cross-env TEST_ENV=window NODE_ENV=html npm run webpack",
"karma": "cross-env TEST_ENV=source karma start",
"karma:bundle": "npm run webpack && cross-env TEST_ENV=bundle karma start",
"karma:window": "npm run webpack && cross-env TEST_ENV=window karma start",
"test": "cross-env NODE_ENV=test nyc mocha --recursive $(find test -name '*.spec.js')",
"test:bundle": "npm run webpack && cross-env TEST_ENV=bundle npm run test",
"webpack": "webpack --optimize-minimize --mode development --config webpack.dev.js",
"webpack:prod": "cross-env NODE_ENV=production webpack --optimize-minimize --mode production --config webpack.prod.js"
},
"version": "0.6.11"
}