{
  "_from": "js-encoding-utils@^0.5.2",
  "_id": "js-encoding-utils@0.5.3",
  "_inBundle": false,
  "_integrity": "sha1-fv6TsNRA/pY1JmDI7woPPr9DD+Y=",
  "_location": "/js-encoding-utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "js-encoding-utils@^0.5.2",
    "name": "js-encoding-utils",
    "escapedName": "js-encoding-utils",
    "rawSpec": "^0.5.2",
    "saveSpec": null,
    "fetchSpec": "^0.5.2"
  },
  "_requiredBy": [
    "/@alipay/mychain"
  ],
  "_resolved": "https://registry.npm.alibaba-inc.com/js-encoding-utils/download/js-encoding-utils-0.5.3.tgz",
  "_shasum": "7efe93b0d440fe96352660c8ef0a0f3ebf430fe6",
  "_spec": "js-encoding-utils@^0.5.2",
  "_where": "/Users/liudan/ant-baas/alipay-program-plugin/node_modules/@alipay/mychain",
  "author": {
    "name": "Jun Kurihara"
  },
  "bugs": {
    "url": "https://github.com/junkurihara/jseu/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "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"
}
