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/yallist/package.json')
-rw-r--r--tools/node_modules/eslint/node_modules/yallist/package.json42
1 files changed, 16 insertions, 26 deletions
diff --git a/tools/node_modules/eslint/node_modules/yallist/package.json b/tools/node_modules/eslint/node_modules/yallist/package.json
index 2d0ad3cb6e2..8a083867d72 100644
--- a/tools/node_modules/eslint/node_modules/yallist/package.json
+++ b/tools/node_modules/eslint/node_modules/yallist/package.json
@@ -1,19 +1,8 @@
{
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me",
- "url": "http://blog.izs.me/"
- },
- "bugs": {
- "url": "https://github.com/isaacs/yallist/issues"
- },
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": false,
+ "name": "yallist",
+ "version": "4.0.0",
"description": "Yet Another Linked List",
- "devDependencies": {
- "tap": "^12.1.0"
- },
+ "main": "yallist.js",
"directories": {
"test": "test"
},
@@ -21,19 +10,20 @@
"yallist.js",
"iterator.js"
],
- "homepage": "https://github.com/isaacs/yallist#readme",
- "license": "ISC",
- "main": "yallist.js",
- "name": "yallist",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/isaacs/yallist.git"
+ "dependencies": {},
+ "devDependencies": {
+ "tap": "^12.1.0"
},
"scripts": {
- "postpublish": "git push origin --all; git push origin --tags",
- "postversion": "npm publish",
+ "test": "tap test/*.js --100",
"preversion": "npm test",
- "test": "tap test/*.js --100"
+ "postversion": "npm publish",
+ "postpublish": "git push origin --all; git push origin --tags"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/isaacs/yallist.git"
},
- "version": "4.0.0"
-} \ No newline at end of file
+ "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
+ "license": "ISC"
+}