diff options
Diffstat (limited to 'node_modules/asn1/package.json')
| -rw-r--r-- | node_modules/asn1/package.json | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/node_modules/asn1/package.json b/node_modules/asn1/package.json deleted file mode 100644 index 2234716..0000000 --- a/node_modules/asn1/package.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "_from": "asn1@~0.2.3", - "_id": "[email protected]", - "_inBundle": false, - "_integrity": "sha1-2sh4dxPJlmhJ/IGAd36+nB3fO4Y=", - "_location": "/asn1", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "asn1@~0.2.3", - "name": "asn1", - "escapedName": "asn1", - "rawSpec": "~0.2.3", - "saveSpec": null, - "fetchSpec": "~0.2.3" - }, - "_requiredBy": [ - "/sshpk" - ], - "_resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz", - "_shasum": "dac8787713c9966849fc8180777ebe9c1ddf3b86", - "_spec": "asn1@~0.2.3", - "_where": "/Users/armanshah/Desktop/node-projects/shopping-list/node_modules/sshpk", - "author": { - "name": "Mark Cavage", - "email": "[email protected]" - }, - "bugs": { - "url": "https://github.com/mcavage/node-asn1/issues" - }, - "bundleDependencies": false, - "contributors": [ - { - "name": "David Gwynne", - "email": "[email protected]" - }, - { - "name": "Yunong Xiao", - "email": "[email protected]" - }, - { - "name": "Alex Wilson", - "email": "[email protected]" - } - ], - "dependencies": {}, - "deprecated": false, - "description": "Contains parsers and serializers for ASN.1 (currently BER only)", - "devDependencies": { - "tap": "0.4.8" - }, - "homepage": "https://github.com/mcavage/node-asn1#readme", - "license": "MIT", - "main": "lib/index.js", - "name": "asn1", - "repository": { - "type": "git", - "url": "git://github.com/mcavage/node-asn1.git" - }, - "scripts": { - "test": "tap ./tst" - }, - "version": "0.2.3" -} |