{
  "_args": [
    [
      "asn1js@2.0.26",
      "/home/massta/Documents/new"
    ]
  ],
  "_from": "asn1js@2.0.26",
  "_id": "asn1js@2.0.26",
  "_inBundle": false,
  "_integrity": "sha512-yG89F0j9B4B0MKIcFyWWxnpZPLaNTjCj4tkE3fjbAoo0qmpGw0PYYqSbX/4ebnd9Icn8ZgK4K1fvDyEtW1JYtQ==",
  "_location": "/asn1js",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "asn1js@2.0.26",
    "name": "asn1js",
    "escapedName": "asn1js",
    "rawSpec": "2.0.26",
    "saveSpec": null,
    "fetchSpec": "2.0.26"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/asn1js/-/asn1js-2.0.26.tgz",
  "_spec": "2.0.26",
  "_where": "/home/massta/Documents/new",
  "author": {
    "name": "Yury Strozhevsky",
    "email": "yury@strozhevsky.com"
  },
  "bugs": {
    "url": "https://github.com/PeculiarVentures/asn1.js/issues"
  },
  "contributors": [
    {
      "name": "Ryan Hurst",
      "email": "rmh@unmitigatedrisk.com"
    }
  ],
  "dependencies": {
    "pvutils": "latest"
  },
  "description": "asn1js is a pure JavaScript library implementing this standard. ASN.1 is the basis of all X.509 related data structures and numerous other protocols used on the web",
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/register": "^7.0.0",
    "asn1-test-suite": "latest",
    "babel-plugin-istanbul": "latest",
    "cross-env": "latest",
    "mocha": "latest",
    "nyc": "latest",
    "rollup": "latest",
    "rollup-plugin-node-resolve": "latest"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "homepage": "https://github.com/PeculiarVentures/asn1.js#readme",
  "jsnext:main": "./src/asn1.js",
  "keywords": [
    "asn1",
    "parser",
    "asn.1",
    "ber",
    "der",
    "sequence",
    "set",
    "bitstring",
    "octetstring",
    "utctime",
    "utf8string",
    "bmpstring",
    "universalstring",
    "generalizedtime"
  ],
  "license": "BSD-3-Clause",
  "main": "./build/asn1.js",
  "name": "asn1js",
  "repository": {
    "type": "git",
    "url": "git://github.com/PeculiarVentures/asn1.js.git"
  },
  "scripts": {
    "build": "babel src --compact=false --out-dir build --source-maps",
    "build:examples": "npm run ex1",
    "build:tests": "npm run build:examples",
    "ex1": "cd examples/ASN1Usage && npm run build && cd ../..",
    "prepublishOnly": "npm run build",
    "test": "cross-env NODE_ENV=test nyc mocha --require @babel/register",
    "watch": "babel src --compact=false --out-dir build --source-maps --watch"
  },
  "version": "2.0.26"
}