{ "_from": "asn1js", "_id": "asn1js@2.0.26", "_inBundle": false, "_integrity": "sha512-yG89F0j9B4B0MKIcFyWWxnpZPLaNTjCj4tkE3fjbAoo0qmpGw0PYYqSbX/4ebnd9Icn8ZgK4K1fvDyEtW1JYtQ==", "_location": "/asn1js", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "asn1js", "name": "asn1js", "escapedName": "asn1js", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/asn1js/-/asn1js-2.0.26.tgz", "_shasum": "0a6d435000f556a96c6012969d9704d981b71251", "_spec": "asn1js", "_where": "C:\\Users\\Massta\\Desktop\\new", "author": { "name": "Yury Strozhevsky", "email": "yury@strozhevsky.com" }, "bugs": { "url": "https://github.com/PeculiarVentures/asn1.js/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Ryan Hurst", "email": "rmh@unmitigatedrisk.com" } ], "dependencies": { "pvutils": "latest" }, "deprecated": false, "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" }