dotfiles/.vscode/extensions/saviorisdead.RustyCode-0.18.0/node_modules/asn1/package.json
Cyryl Płotnicki 2f946d6200 Add .vscode
2016-09-11 10:29:13 +02:00

89 lines
2.2 KiB
JSON

{
"_args": [
[
"asn1@0.1.11",
"/Users/sid/Desktop/code/RustyCode/node_modules/http-signature"
]
],
"_defaultsLoaded": true,
"_engineSupported": true,
"_from": "asn1@0.1.11",
"_id": "asn1@0.1.11",
"_inCache": true,
"_installable": true,
"_location": "/asn1",
"_nodeVersion": "v0.6.6",
"_npmUser": {
"email": "mcavage@gmail.com",
"name": "mcavage"
},
"_npmVersion": "1.1.0-beta-4",
"_phantomChildren": {},
"_requested": {
"name": "asn1",
"raw": "asn1@0.1.11",
"rawSpec": "0.1.11",
"scope": null,
"spec": "0.1.11",
"type": "version"
},
"_requiredBy": [
"/http-signature"
],
"_resolved": "https://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz",
"_shasum": "559be18376d08a4ec4dbe80877d27818639b2df7",
"_shrinkwrap": null,
"_spec": "asn1@0.1.11",
"_where": "/Users/sid/Desktop/code/RustyCode/node_modules/http-signature",
"author": {
"email": "mcavage@gmail.com",
"name": "Mark Cavage"
},
"bugs": {
"url": "https://github.com/mcavage/node-asn1/issues"
},
"contributors": [
{
"email": "loki@animata.net",
"name": "David Gwynne"
},
{
"email": "yunong@joyent.com",
"name": "Yunong Xiao"
}
],
"dependencies": {},
"description": "Contains parsers and serializers for ASN.1 (currently BER only)",
"devDependencies": {
"tap": "0.1.4"
},
"directories": {},
"dist": {
"shasum": "559be18376d08a4ec4dbe80877d27818639b2df7",
"tarball": "https://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz"
},
"engines": {
"node": ">=0.4.9"
},
"homepage": "https://github.com/mcavage/node-asn1#readme",
"main": "lib/index.js",
"maintainers": [
{
"email": "mcavage@gmail.com",
"name": "mcavage"
}
],
"name": "asn1",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/mcavage/node-asn1.git"
},
"scripts": {
"pretest": "which gjslint; if [[ \"$?\" = 0 ]] ; then gjslint --nojsdoc -r lib -r tst; else echo \"Missing gjslint. Skipping lint\"; fi",
"test": "./node_modules/.bin/tap ./tst"
},
"version": "0.1.11"
}