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/slide/package.json')
-rw-r--r--node_modules/slide/package.json82
1 files changed, 28 insertions, 54 deletions
diff --git a/node_modules/slide/package.json b/node_modules/slide/package.json
index 6ec642342..8b6aa2b70 100644
--- a/node_modules/slide/package.json
+++ b/node_modules/slide/package.json
@@ -1,47 +1,11 @@
{
- "_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",
+ "name": "slide",
+ "version": "1.1.6",
"author": {
- "email": "i@izs.me",
"name": "Isaac Z. Schlueter",
+ "email": "i@izs.me",
"url": "http://blog.izs.me/"
},
- "bugs": {
- "url": "https://github.com/isaacs/slide-flow-control/issues"
- },
"contributors": [
{
"name": "S. Sriram",
@@ -49,33 +13,43 @@
"url": "http://www.565labs.com"
}
],
- "dependencies": {},
"description": "A flow control lib small enough to fit on in a slide presentation. Derived live at Oak.JS",
+ "main": "./lib/slide.js",
+ "dependencies": {},
"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",
- "license": "ISC",
- "main": "./lib/slide.js",
+ "_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"
+ },
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
}
],
- "name": "slide",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/slide-flow-control.git"
+ "dist": {
+ "shasum": "56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707",
+ "tarball": "http://registry.npmjs.org/slide/-/slide-1.1.6.tgz"
},
- "scripts": {},
- "version": "1.1.6"
+ "directories": {},
+ "_resolved": "https://registry.npmjs.org/slide/-/slide-1.1.6.tgz",
+ "readme": "ERROR: No README data found!"
}