{
  "_args": [
    [
      "bip66@1.1.5",
      "/Users/peterlai/Desktop/Projects/js-secp256k1/benchmarks"
    ]
  ],
  "_from": "bip66@1.1.5",
  "_id": "bip66@1.1.5",
  "_inBundle": false,
  "_integrity": "sha1-AfqHSHhcpwlV1QESF9GzE5lpyiI=",
  "_location": "/bip66",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "bip66@1.1.5",
    "name": "bip66",
    "escapedName": "bip66",
    "rawSpec": "1.1.5",
    "saveSpec": null,
    "fetchSpec": "1.1.5"
  },
  "_requiredBy": [
    "/secp256k1"
  ],
  "_resolved": "https://registry.npmjs.org/bip66/-/bip66-1.1.5.tgz",
  "_spec": "1.1.5",
  "_where": "/Users/peterlai/Desktop/Projects/js-secp256k1/benchmarks",
  "author": {
    "name": "Daniel Cousens"
  },
  "bugs": {
    "url": "https://github.com/bitcoinjs/bip66/issues"
  },
  "dependencies": {
    "safe-buffer": "^5.0.1"
  },
  "description": "Strict DER signature encoding/decoding.",
  "devDependencies": {
    "nyc": "^6.4.0",
    "standard": "^10.0.2",
    "tape": "^4.5.1"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/bitcoinjs/bip66",
  "keywords": [
    "bip66",
    "bitcoin"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "bip66",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bitcoinjs/bip66.git"
  },
  "scripts": {
    "coverage": "nyc --check-coverage --branches 100 --functions 100 tape test/*.js",
    "lint": "standard",
    "test": "npm run lint && npm run unit",
    "unit": "tape test/*.js"
  },
  "version": "1.1.5"
}
