forked from daren.hsu/line_push
69 lines
2.0 KiB
JSON
69 lines
2.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"js-crypto-env@0.2.4",
|
|
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
|
|
]
|
|
],
|
|
"_from": "js-crypto-env@0.2.4",
|
|
"_id": "js-crypto-env@0.2.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-kOnWELFfTgPYzBgLo81VkopKWEyHZAVeU7Og/4+yCfesNyaM7CXXOHQqsPaLbhI+Oq2NJlDM7jsVO/fmyeTLrA==",
|
|
"_location": "/js-crypto-env",
|
|
"_phantomChildren": {
|
|
"regenerator-runtime": "0.13.5"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "js-crypto-env@0.2.4",
|
|
"name": "js-crypto-env",
|
|
"escapedName": "js-crypto-env",
|
|
"rawSpec": "0.2.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.2.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/js-crypto-aes",
|
|
"/js-crypto-ec",
|
|
"/js-crypto-hash",
|
|
"/js-crypto-hmac",
|
|
"/js-crypto-random"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/js-crypto-env/-/js-crypto-env-0.2.4.tgz",
|
|
"_spec": "0.2.4",
|
|
"_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"
|
|
},
|
|
"description": "Shared environment modules for jscu",
|
|
"homepage": "https://github.com/junkurihara/jscu/tree/master/packages/js-crypto-env#readme",
|
|
"keywords": [
|
|
"jscu"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"name": "js-crypto-env",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/junkurihara/jscu.git"
|
|
},
|
|
"scripts": {
|
|
"babel": "cross-env NODE_ENV=production babel src -d dist/ --keep-file-extension",
|
|
"build": "rm -rf ./dist && npm run babel",
|
|
"cleanup": "rm -rf ./dist coverage .nyc_output",
|
|
"karma": "cross-env TEST_ENV=source karma start",
|
|
"karma:bundle": "cross-env TEST_ENV=bundle karma start",
|
|
"karma:window": "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"
|
|
},
|
|
"version": "0.2.4"
|
|
}
|