{
  "_from": "js-secp256k1@0.2.1",
  "_id": "js-secp256k1@0.2.1",
  "_inBundle": false,
  "_integrity": "sha512-g0YND8CS2gLFq965/LcVATdQO9xh0cfklqEACkI55wEFk7BwJzfHiP969lMjDm6ImnqyPYC8ZquZeTcbEPFi0A==",
  "_location": "/js-secp256k1",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "js-secp256k1@0.2.1",
    "name": "js-secp256k1",
    "escapedName": "js-secp256k1",
    "rawSpec": "0.2.1",
    "saveSpec": null,
    "fetchSpec": "0.2.1"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/js-secp256k1/-/js-secp256k1-0.2.1.tgz",
  "_shasum": "44e6cc6d8c36d6597608b44af352bde4ff991865",
  "_spec": "js-secp256k1@0.2.1",
  "_where": "/Users/peterlai/Desktop/Projects/js-secp256k1/benchmarks",
  "author": {
    "name": "sc0vu",
    "email": "alk03073135@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/sc0Vu/js-secp256k1/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "buffer": "^5.4.3",
    "cross-env": "^6.0.3",
    "is-buffer": "^2.0.3",
    "wasm-loader": "^1.3.0"
  },
  "deprecated": false,
  "description": "Compiled webassembly of bitcoin secp256k1",
  "devDependencies": {
    "exports-loader": "^0.7.0",
    "file-loader": "^3.0.1",
    "geckodriver": "^1.19.0",
    "jest": "24.3.0",
    "jest-runner-mocha": "^0.6.0",
    "secp256k1": "^3.7.1",
    "selenium-webdriver": "^4.0.0-alpha.5",
    "webpack": "^4.29.6",
    "webpack-cli": "^3.3.0"
  },
  "homepage": "https://github.com/sc0Vu/js-secp256k1#readme",
  "keywords": [
    "bitcoin",
    "wasm",
    "secp256k1"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "js-secp256k1",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sc0Vu/js-secp256k1.git"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production webpack .",
    "test": "NODE_V8_COVERAGE=./coverage jest --config ./jest.config.js --detectOpenHandles"
  },
  "version": "0.2.1"
}
