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

110 lines
3.9 KiB
JSON

{
"_args": [
[
"js-encoding-utils@0.5.3",
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
]
],
"_from": "js-encoding-utils@0.5.3",
"_id": "js-encoding-utils@0.5.3",
"_inBundle": false,
"_integrity": "sha512-GWEeXCVERJvMX/V8VLaJHIHe5K2m4dCXYujmbipK9NIUVxNS4J/PZfgIE+lveCvZgZpSY5tMUHOkh/ZHhPx84A==",
"_location": "/js-encoding-utils",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "js-encoding-utils@0.5.3",
"name": "js-encoding-utils",
"escapedName": "js-encoding-utils",
"rawSpec": "0.5.3",
"saveSpec": null,
"fetchSpec": "0.5.3"
},
"_requiredBy": [
"/js-crypto-ec",
"/js-crypto-key-utils",
"/js-crypto-pbkdf"
],
"_resolved": "https://registry.npmjs.org/js-encoding-utils/-/js-encoding-utils-0.5.3.tgz",
"_spec": "0.5.3",
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
"author": {
"name": "Jun Kurihara"
},
"bugs": {
"url": "https://github.com/junkurihara/jseu/issues"
},
"dependencies": {},
"description": "Miscellaneous Encoding Utilities for Crypto-related Objects in JavaScript",
"devDependencies": {
"@types/chai": "4.2.0",
"@types/mocha": "5.2.7",
"@types/node": "10.14.15",
"@typescript-eslint/eslint-plugin": "2.0.0",
"can-npm-publish": "1.3.1",
"chai": "4.2.0",
"cross-env": "5.2.0",
"eslint": "6.1.0",
"istanbul-instrumenter-loader": "3.0.1",
"jsdom": "15.1.1",
"karma": "4.2.0",
"karma-chrome-launcher": "3.1.0",
"karma-cli": "2.0.0",
"karma-coverage": "1.1.2",
"karma-coverage-istanbul-reporter": "2.1.0",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.2.5",
"karma-webpack": "4.0.2",
"lcov-result-merger": "^3.1.0",
"mocha": "6.2.0",
"mocha-sinon": "2.1.0",
"nyc": "14.1.1",
"ts-loader": "6.0.4",
"ts-node": "8.3.0",
"tsc": "1.20150623.0",
"typescript": "3.5.3",
"webpack": "4.39.2",
"webpack-cli": "3.3.6",
"webpack-common-shake": "2.1.0",
"webpack-merge": "4.2.1"
},
"homepage": "https://github.com/junkurihara/jseu#readme",
"keywords": [
"pem",
"der",
"base64",
"base64url",
"es6"
],
"license": "MIT",
"main": "dist/index.js",
"name": "js-encoding-utils",
"repository": {
"type": "git",
"url": "git+https://github.com/junkurihara/jseu.git"
},
"scripts": {
"analyze": "cross-env NODE_ENV=production webpack --mode production --optimize-minimize --json --config webpack.prod.js | webpack-bundle-size-analyzer",
"build": "rm -rf ./dist && cross-env NODE_ENV=production yarn tsc && yarn webpack:prod",
"cleanup": "rm -rf ./dist coverage .nyc_output ./node_modules ./test/html/*.bundle.js ./test/html/test.html",
"flow:version": "npm version --no-git-tag-version",
"html": "yarn webpack && yarn html:source && yarn html:bundle && yarn html:window",
"html:bundle": "cross-env TEST_ENV=bundle NODE_ENV=html yarn webpack",
"html:source": "cross-env TEST_ENV=source NODE_ENV=html yarn webpack",
"html:window": "cross-env TEST_ENV=window NODE_ENV=html yarn webpack",
"karma": "cross-env TEST_ENV=source ./node_modules/.bin/karma start",
"karma:bundle": "yarn webpack && cross-env TEST_ENV=bundle karma start",
"karma:window": "yarn webpack && cross-env TEST_ENV=window karma start",
"release:finish": "git flow release finish v$npm_package_version",
"release:push": "git push --all && git push origin v$npm_package_version",
"release:start": "can-npm-publish --vorbose && git flow release start v$npm_package_version",
"test": "nyc mocha --recursive $(find test -name '*.spec.ts')",
"test:bundle": "yarn webpack && cross-env TEST_ENV=bundle yarn test",
"tsc": "tsc --build ./tsconfig.json",
"webpack": "webpack --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.3"
}