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/proto-list/package.json')
-rw-r--r--node_modules/proto-list/package.json73
1 files changed, 0 insertions, 73 deletions
diff --git a/node_modules/proto-list/package.json b/node_modules/proto-list/package.json
deleted file mode 100644
index ff0b6b605..000000000
--- a/node_modules/proto-list/package.json
+++ /dev/null
@@ -1,73 +0,0 @@
-{
- "_args": [
- [
- "proto-list@~1.2.1",
- "/Users/rebecca/code/npm/node_modules/config-chain"
- ]
- ],
- "_from": "proto-list@>=1.2.1 <1.3.0",
- "_id": "proto-list@1.2.4",
- "_inCache": true,
- "_location": "/proto-list",
- "_nodeVersion": "2.0.1",
- "_npmUser": {
- "email": "isaacs@npmjs.com",
- "name": "isaacs"
- },
- "_npmVersion": "2.10.0",
- "_phantomChildren": {},
- "_requested": {
- "name": "proto-list",
- "raw": "proto-list@~1.2.1",
- "rawSpec": "~1.2.1",
- "scope": null,
- "spec": ">=1.2.1 <1.3.0",
- "type": "range"
- },
- "_requiredBy": [
- "/config-chain"
- ],
- "_resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz",
- "_shasum": "212d5bfe1318306a420f6402b8e26ff39647a849",
- "_shrinkwrap": null,
- "_spec": "proto-list@~1.2.1",
- "_where": "/Users/rebecca/code/npm/node_modules/config-chain",
- "author": {
- "email": "i@izs.me",
- "name": "Isaac Z. Schlueter",
- "url": "http://blog.izs.me/"
- },
- "bugs": {
- "url": "https://github.com/isaacs/proto-list/issues"
- },
- "dependencies": {},
- "description": "A utility for managing a prototype chain",
- "devDependencies": {
- "tap": "0"
- },
- "directories": {},
- "dist": {
- "shasum": "212d5bfe1318306a420f6402b8e26ff39647a849",
- "tarball": "http://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz"
- },
- "gitHead": "9e4af12d4dddee2fd531f0fe0c21c9cfacb78ac0",
- "homepage": "https://github.com/isaacs/proto-list#readme",
- "license": "ISC",
- "main": "./proto-list.js",
- "maintainers": [
- {
- "name": "isaacs",
- "email": "i@izs.me"
- }
- ],
- "name": "proto-list",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "git+https://github.com/isaacs/proto-list.git"
- },
- "scripts": {
- "test": "tap test/*.js"
- },
- "version": "1.2.4"
-}