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:
authorRebecca Turner <me@re-becca.org>2015-05-22 11:33:46 +0300
committerRebecca Turner <me@re-becca.org>2015-06-26 03:27:03 +0300
commitd3c858ce4cfb3aee515bb299eb034fe1b5e44344 (patch)
treee7714c839934a729b68038f4c7dc5ec3ed877638 /node_modules/slide
parent24564b9654528d23c726cf9ea82b1aef2044b692 (diff)
deps: deduplicate npm@3 style
Diffstat (limited to 'node_modules/slide')
-rw-r--r--node_modules/slide/package.json81
1 files changed, 54 insertions, 27 deletions
diff --git a/node_modules/slide/package.json b/node_modules/slide/package.json
index 1c0b30bf2..6ec642342 100644
--- a/node_modules/slide/package.json
+++ b/node_modules/slide/package.json
@@ -1,11 +1,47 @@
{
- "name": "slide",
- "version": "1.1.6",
+ "_args": [
+ [
+ "slide@~1.1.6",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
+ "_from": "slide@>=1.1.6 <1.2.0",
+ "_id": "slide@1.1.6",
+ "_inCache": true,
+ "_location": "/slide",
+ "_npmUser": {
+ "email": "i@izs.me",
+ "name": "isaacs"
+ },
+ "_npmVersion": "2.0.0-beta.3",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "slide",
+ "raw": "slide@~1.1.6",
+ "rawSpec": "~1.1.6",
+ "scope": null,
+ "spec": ">=1.1.6 <1.2.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/",
+ "/npm-registry-client",
+ "/read-installed",
+ "/write-file-atomic"
+ ],
+ "_resolved": "https://registry.npmjs.org/slide/-/slide-1.1.6.tgz",
+ "_shasum": "56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707",
+ "_shrinkwrap": null,
+ "_spec": "slide@~1.1.6",
+ "_where": "/Users/rebecca/code/npm",
"author": {
- "name": "Isaac Z. Schlueter",
"email": "i@izs.me",
+ "name": "Isaac Z. Schlueter",
"url": "http://blog.izs.me/"
},
+ "bugs": {
+ "url": "https://github.com/isaacs/slide-flow-control/issues"
+ },
"contributors": [
{
"name": "S. Sriram",
@@ -13,42 +49,33 @@
"url": "http://www.565labs.com"
}
],
- "description": "A flow control lib small enough to fit on in a slide presentation. Derived live at Oak.JS",
- "main": "./lib/slide.js",
"dependencies": {},
+ "description": "A flow control lib small enough to fit on in a slide presentation. Derived live at Oak.JS",
"devDependencies": {},
+ "directories": {},
+ "dist": {
+ "shasum": "56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707",
+ "tarball": "http://registry.npmjs.org/slide/-/slide-1.1.6.tgz"
+ },
"engines": {
"node": "*"
},
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/slide-flow-control.git"
- },
- "license": "ISC",
"gitHead": "8345e51ee41e35825abc1a40750ea11462f57028",
- "bugs": {
- "url": "https://github.com/isaacs/slide-flow-control/issues"
- },
"homepage": "https://github.com/isaacs/slide-flow-control",
- "_id": "slide@1.1.6",
- "scripts": {},
- "_shasum": "56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707",
- "_from": "slide@>=1.1.6 <1.2.0",
- "_npmVersion": "2.0.0-beta.3",
- "_npmUser": {
- "name": "isaacs",
- "email": "i@izs.me"
- },
+ "license": "ISC",
+ "main": "./lib/slide.js",
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
}
],
- "dist": {
- "shasum": "56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707",
- "tarball": "http://registry.npmjs.org/slide/-/slide-1.1.6.tgz"
+ "name": "slide",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/slide-flow-control.git"
},
- "directories": {},
- "_resolved": "https://registry.npmjs.org/slide/-/slide-1.1.6.tgz"
+ "scripts": {},
+ "version": "1.1.6"
}