forked from daren.hsu/line_push
76 lines
2.9 KiB
JSON
76 lines
2.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"js-crypto-random@0.3.5",
|
|
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
|
|
]
|
|
],
|
|
"_from": "js-crypto-random@0.3.5",
|
|
"_id": "js-crypto-random@0.3.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-9VytDK+anaplWNWBls9acR4+urkERYmcA0zlYMfTwb2BdDPSfW5rCYCLeWNuZEPGtDJYU+eaasd7i2v1IF6vVg==",
|
|
"_location": "/js-crypto-random",
|
|
"_phantomChildren": {
|
|
"regenerator-runtime": "0.13.5"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "js-crypto-random@0.3.5",
|
|
"name": "js-crypto-random",
|
|
"escapedName": "js-crypto-random",
|
|
"rawSpec": "0.3.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.3.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/js-crypto-ec",
|
|
"/js-crypto-key-utils"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/js-crypto-random/-/js-crypto-random-0.3.5.tgz",
|
|
"_spec": "0.3.5",
|
|
"_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",
|
|
"js-crypto-env": "^0.2.4"
|
|
},
|
|
"description": "Universal Module for Secure Random Generator in JavaScript",
|
|
"homepage": "https://github.com/junkurihara/jscu/tree/master/packages/js-crypto-random#readme",
|
|
"keywords": [
|
|
"crypto",
|
|
"random",
|
|
"webcrypto"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"name": "js-crypto-random",
|
|
"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.3.5"
|
|
}
|