line_push/node_modules/js-crypto-ec/package.json
2022-07-17 13:16:16 +08:00

88 lines
3.2 KiB
JSON

{
"_args": [
[
"js-crypto-ec@0.5.11",
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
]
],
"_from": "js-crypto-ec@0.5.11",
"_id": "js-crypto-ec@0.5.11",
"_inBundle": false,
"_integrity": "sha512-fnWQc2KOX+iGpFq7+WUb41SjlKcB7NcAJVXaV/WXgigPqCsT7qzcT3taW32KFEHBF8pkD3LF9CsWmU2GGOogKw==",
"_location": "/js-crypto-ec",
"_phantomChildren": {
"base64-js": "1.3.1",
"ieee754": "1.1.13",
"inherits": "2.0.4",
"minimalistic-assert": "1.0.1",
"regenerator-runtime": "0.13.5"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "js-crypto-ec@0.5.11",
"name": "js-crypto-ec",
"escapedName": "js-crypto-ec",
"rawSpec": "0.5.11",
"saveSpec": null,
"fetchSpec": "0.5.11"
},
"_requiredBy": [
"/@line/liff"
],
"_resolved": "https://registry.npmjs.org/js-crypto-ec/-/js-crypto-ec-0.5.11.tgz",
"_spec": "0.5.11",
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
"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",
"elliptic": "~6.5.0",
"js-crypto-env": "^0.2.4",
"js-crypto-hash": "^0.5.2",
"js-crypto-key-utils": "^0.6.11",
"js-crypto-random": "^0.3.5",
"js-encoding-utils": "0.5.3"
},
"description": "Universal Module for Elliptic Curve Cryptography (ECDSA and ECDH) in JavaScript",
"homepage": "https://github.com/junkurihara/jscu/tree/master/packages/js-crypto-ec#readme",
"keywords": [
"crypto",
"elliptic curve",
"webcrypto",
"ecdsa",
"ecdh"
],
"license": "MIT",
"main": "dist/index.js",
"name": "js-crypto-ec",
"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.5.11"
}