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/dezalgo/package.json')
-rw-r--r--node_modules/dezalgo/package.json62
1 files changed, 16 insertions, 46 deletions
diff --git a/node_modules/dezalgo/package.json b/node_modules/dezalgo/package.json
index 73eb97295..634dd0d92 100644
--- a/node_modules/dezalgo/package.json
+++ b/node_modules/dezalgo/package.json
@@ -1,50 +1,25 @@
{
- "_from": "dezalgo@~1.0.3",
- "_id": "dezalgo@1.0.3",
- "_inBundle": false,
- "_integrity": "sha1-f3Qt4Gb8dIvI24IFad3c5Jvw1FY=",
- "_location": "/dezalgo",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "dezalgo@~1.0.3",
- "name": "dezalgo",
- "escapedName": "dezalgo",
- "rawSpec": "~1.0.3",
- "saveSpec": null,
- "fetchSpec": "~1.0.3"
- },
- "_requiredBy": [
- "/",
- "/readdir-scoped-modules"
- ],
- "_resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.3.tgz",
- "_shasum": "7f742de066fc748bc8db820569dddce49bf0d456",
- "_spec": "dezalgo@~1.0.3",
- "_where": "/Users/isaacs/dev/npm/cli",
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me",
- "url": "http://blog.izs.me/"
- },
- "bugs": {
- "url": "https://github.com/npm/dezalgo/issues"
+ "name": "dezalgo",
+ "version": "1.0.3",
+ "description": "Contain async insanity so that the dark pony lord doesn't eat souls",
+ "main": "dezalgo.js",
+ "directories": {
+ "test": "test"
},
- "bundleDependencies": false,
"dependencies": {
"asap": "^2.0.0",
"wrappy": "1"
},
- "deprecated": false,
- "description": "Contain async insanity so that the dark pony lord doesn't eat souls",
"devDependencies": {
"tap": "^1.2.0"
},
- "directories": {
- "test": "test"
+ "scripts": {
+ "test": "tap test/*.js"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/npm/dezalgo"
},
- "homepage": "https://github.com/npm/dezalgo",
"keywords": [
"async",
"zalgo",
@@ -58,15 +33,10 @@
"Z̘͍̼͎̣͔͝Ą̲̜̱̱̹̤͇L̶̝̰̭͔G͍̖͍O̫͜ͅ!̼̤ͅ",
"H̝̪̜͓̀̌̂̒E̢̙̠̣ ̴̳͇̥̟̠͍̐C̹̓̑̐̆͝Ó̶̭͓̚M̬̼Ĕ̖̤͔͔̟̹̽̿̊ͥ̍ͫS̻̰̦̻̖̘̱̒ͪ͌̅͟"
],
+ "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC",
- "main": "dezalgo.js",
- "name": "dezalgo",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/npm/dezalgo.git"
- },
- "scripts": {
- "test": "tap test/*.js"
+ "bugs": {
+ "url": "https://github.com/npm/dezalgo/issues"
},
- "version": "1.0.3"
+ "homepage": "https://github.com/npm/dezalgo"
}