123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- {
- "_args": [
- [
- {
- "raw": "asn1.js@^4.0.0",
- "scope": null,
- "escapedName": "asn1.js",
- "name": "asn1.js",
- "rawSpec": "^4.0.0",
- "spec": ">=4.0.0 <5.0.0",
- "type": "range"
- },
- "/Users/tennesseeg/blueCoin/node_modules/parse-asn1"
- ]
- ],
- "_from": "asn1.js@>=4.0.0 <5.0.0",
- "_id": "asn1.js@4.10.1",
- "_inCache": true,
- "_location": "/asn1.js",
- "_nodeVersion": "9.5.0",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/asn1.js_4.10.1_1518564493443_0.34169381174169433"
- },
- "_npmUser": {
- "name": "indutny",
- "email": "fedor@indutny.com"
- },
- "_npmVersion": "5.6.0",
- "_phantomChildren": {},
- "_requested": {
- "raw": "asn1.js@^4.0.0",
- "scope": null,
- "escapedName": "asn1.js",
- "name": "asn1.js",
- "rawSpec": "^4.0.0",
- "spec": ">=4.0.0 <5.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/parse-asn1"
- ],
- "_resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz",
- "_shasum": "b9c2bf5805f1e64aadeed6df3a2bfafb5a73f5a0",
- "_shrinkwrap": null,
- "_spec": "asn1.js@^4.0.0",
- "_where": "/Users/tennesseeg/blueCoin/node_modules/parse-asn1",
- "author": {
- "name": "Fedor Indutny"
- },
- "bugs": {
- "url": "https://github.com/indutny/asn1.js/issues"
- },
- "dependencies": {
- "bn.js": "^4.0.0",
- "inherits": "^2.0.1",
- "minimalistic-assert": "^1.0.0"
- },
- "description": "ASN.1 encoder and decoder",
- "devDependencies": {
- "mocha": "^2.3.4"
- },
- "directories": {},
- "dist": {
- "integrity": "sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==",
- "shasum": "b9c2bf5805f1e64aadeed6df3a2bfafb5a73f5a0",
- "tarball": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz",
- "fileCount": 16,
- "unpackedSize": 46647
- },
- "gitHead": "91e2bd0c36ba3cb5b50a4f97e5760757cd80e0dc",
- "homepage": "https://github.com/indutny/asn1.js",
- "keywords": [
- "asn.1",
- "der"
- ],
- "license": "MIT",
- "main": "lib/asn1.js",
- "maintainers": [
- {
- "name": "fedor.indutny",
- "email": "fedor.indutny@gmail.com"
- },
- {
- "name": "indutny",
- "email": "fedor@indutny.com"
- }
- ],
- "name": "asn1.js",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/indutny/asn1.js.git"
- },
- "scripts": {
- "test": "mocha --reporter spec test/*-test.js && cd rfc/2560 && npm i && npm test && cd ../../rfc/5280 && npm i && npm test"
- },
- "version": "4.10.1"
- }
|