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.json55
1 files changed, 11 insertions, 44 deletions
diff --git a/node_modules/proto-list/package.json b/node_modules/proto-list/package.json
index b209a1e96..c65b406fe 100644
--- a/node_modules/proto-list/package.json
+++ b/node_modules/proto-list/package.json
@@ -1,51 +1,18 @@
{
- "_from": "proto-list@~1.2.1",
- "_id": "proto-list@1.2.4",
- "_inBundle": false,
- "_integrity": "sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk=",
- "_location": "/proto-list",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "proto-list@~1.2.1",
- "name": "proto-list",
- "escapedName": "proto-list",
- "rawSpec": "~1.2.1",
- "saveSpec": null,
- "fetchSpec": "~1.2.1"
- },
- "_requiredBy": [
- "/config-chain"
- ],
- "_resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz",
- "_shasum": "212d5bfe1318306a420f6402b8e26ff39647a849",
- "_spec": "proto-list@~1.2.1",
- "_where": "/Users/isaacs/dev/npm/cli/node_modules/config-chain",
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me",
- "url": "http://blog.izs.me/"
- },
- "bugs": {
- "url": "https://github.com/isaacs/proto-list/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
+ "name": "proto-list",
+ "version": "1.2.4",
"description": "A utility for managing a prototype chain",
- "devDependencies": {
- "tap": "0"
- },
- "homepage": "https://github.com/isaacs/proto-list#readme",
- "license": "ISC",
"main": "./proto-list.js",
- "name": "proto-list",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/isaacs/proto-list.git"
- },
+ "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"scripts": {
"test": "tap test/*.js"
},
- "version": "1.2.4"
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/isaacs/proto-list"
+ },
+ "license": "ISC",
+ "devDependencies": {
+ "tap": "0"
+ }
}