Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/node_modules/wrappy/package.json')
-rw-r--r--tools/node_modules/eslint/node_modules/wrappy/package.json42
1 files changed, 24 insertions, 18 deletions
diff --git a/tools/node_modules/eslint/node_modules/wrappy/package.json b/tools/node_modules/eslint/node_modules/wrappy/package.json
index 13075204671..e80b47520f2 100644
--- a/tools/node_modules/eslint/node_modules/wrappy/package.json
+++ b/tools/node_modules/eslint/node_modules/wrappy/package.json
@@ -1,29 +1,35 @@
{
- "name": "wrappy",
- "version": "1.0.2",
- "description": "Callback wrapping utility",
- "main": "wrappy.js",
- "files": [
- "wrappy.js"
- ],
- "directories": {
- "test": "test"
+ "author": {
+ "name": "Isaac Z. Schlueter",
+ "email": "i@izs.me",
+ "url": "http://blog.izs.me/"
+ },
+ "bugs": {
+ "url": "https://github.com/npm/wrappy/issues"
},
+ "bundleDependencies": false,
"dependencies": {},
+ "deprecated": false,
+ "description": "Callback wrapping utility",
"devDependencies": {
"tap": "^2.3.1"
},
- "scripts": {
- "test": "tap --coverage test/*.js"
+ "directories": {
+ "test": "test"
},
+ "files": [
+ "wrappy.js"
+ ],
+ "homepage": "https://github.com/npm/wrappy",
+ "license": "ISC",
+ "main": "wrappy.js",
+ "name": "wrappy",
"repository": {
"type": "git",
- "url": "https://github.com/npm/wrappy"
+ "url": "git+https://github.com/npm/wrappy.git"
},
- "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/npm/wrappy/issues"
+ "scripts": {
+ "test": "tap --coverage test/*.js"
},
- "homepage": "https://github.com/npm/wrappy"
-}
+ "version": "1.0.2"
+} \ No newline at end of file