{
  "_args": [
    [
      "webcrypto-core@0.1.27",
      "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless"
    ]
  ],
  "_development": true,
  "_from": "webcrypto-core@0.1.27",
  "_id": "webcrypto-core@0.1.27",
  "_inBundle": false,
  "_integrity": "sha512-r0MSFxvqaIjoqIKerm80P9+7n1dWBG88PYnshJk57J4uZuXlqNX8yQixrEIe3CGqrJ7xwfGM2SQGR4AlJYr02g==",
  "_location": "/webcrypto-core",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "webcrypto-core@0.1.27",
    "name": "webcrypto-core",
    "escapedName": "webcrypto-core",
    "rawSpec": "0.1.27",
    "saveSpec": null,
    "fetchSpec": "0.1.27"
  },
  "_requiredBy": [
    "/node-webcrypto-ossl"
  ],
  "_resolved": "https://registry.npmjs.org/webcrypto-core/-/webcrypto-core-0.1.27.tgz",
  "_spec": "0.1.27",
  "_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless",
  "author": {
    "name": "PeculiarVentures"
  },
  "banner": "// Copyright (c) 2017, Peculiar Ventures, All rights reserved.",
  "bugs": {
    "url": "https://github.com/PeculiarVentures/webcrypto-core/issues"
  },
  "dependencies": {
    "tslib": "^1.7.1"
  },
  "description": "Common layer to be used by crypto libraries based on WebCrypto API for input validation.",
  "devDependencies": {
    "@types/node": "^8.10.14",
    "coveralls": "^3.0.1",
    "mocha": "^5.1.1",
    "nyc": "^11.7.3",
    "rollup": "^0.58.2",
    "rollup-plugin-typescript": "^0.8.1",
    "typescript": "^2.8.3"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/PeculiarVentures/webcrypto-core#readme",
  "keywords": [
    "webcrypto",
    "crypto",
    "polyfill",
    "aes",
    "rsa",
    "sha",
    "ec"
  ],
  "license": "MIT",
  "main": "dist/webcrypto-core.js",
  "module": "dist/webcrypto-core.es.js",
  "name": "webcrypto-core",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PeculiarVentures/webcrypto-core.git"
  },
  "scripts": {
    "build": "npm run build:dist",
    "build:dist": "npm run build:es5 && npm run build:es2015",
    "build:es2015": "rollup -c rollup.config.es.js",
    "build:es5": "rollup -c",
    "build:map": "rollup -c -m",
    "build:source": "tsc --declaration --declarationDir types",
    "coverage": "nyc npm test",
    "coveragehtml": "nyc report -r html",
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "precoverage": "npm run build:map",
    "precoveragehtml": "npm run coverage",
    "predev": "if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi",
    "prepare": "npm run build",
    "prepub": "npm run build",
    "pub": "npm version patch && npm publish && git push",
    "test": "mocha test"
  },
  "types": "index.d.ts",
  "version": "0.1.27"
}
