Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/asn1/package.json')
-rw-r--r--node_modules/asn1/package.json82
1 files changed, 0 insertions, 82 deletions
diff --git a/node_modules/asn1/package.json b/node_modules/asn1/package.json
deleted file mode 100644
index 3cfaafd3e..000000000
--- a/node_modules/asn1/package.json
+++ /dev/null
@@ -1,82 +0,0 @@
-{
- "_args": [
- [
- "asn1@0.1.11",
- "/Users/rebecca/code/npm/node_modules/http-signature"
- ]
- ],
- "_defaultsLoaded": true,
- "_engineSupported": true,
- "_from": "asn1@0.1.11",
- "_id": "asn1@0.1.11",
- "_inCache": 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/rebecca/code/npm/node_modules/http-signature",
- "author": {
- "email": "mcavage@gmail.com",
- "name": "Mark Cavage"
- },
- "contributors": [
- {
- "name": "David Gwynne",
- "email": "loki@animata.net"
- },
- {
- "name": "Yunong Xiao",
- "email": "yunong@joyent.com"
- }
- ],
- "dependencies": {},
- "description": "Contains parsers and serializers for ASN.1 (currently BER only)",
- "devDependencies": {
- "tap": "0.1.4"
- },
- "directories": {},
- "dist": {
- "shasum": "559be18376d08a4ec4dbe80877d27818639b2df7",
- "tarball": "http://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz"
- },
- "engines": {
- "node": ">=0.4.9"
- },
- "main": "lib/index.js",
- "maintainers": [
- {
- "name": "mcavage",
- "email": "mcavage@gmail.com"
- }
- ],
- "name": "asn1",
- "optionalDependencies": {},
- "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"
-}