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:
authorAudrey Eschright <audrey@npmjs.com>2019-01-09 00:19:32 +0300
committerAudrey Eschright <audrey@npmjs.com>2019-01-09 00:19:33 +0300
commit740e79e17a78247f73349525043c9388ce94459a (patch)
tree3cb7f6f047275a7004e9785dd44ebbd18f5343df /node_modules/rimraf
parent09a5c2fabe0d1c00ec8c99f328f6d28a3495eb0b (diff)
rimraf@2.6.3
Diffstat (limited to 'node_modules/rimraf')
-rw-r--r--node_modules/rimraf/package.json31
1 files changed, 17 insertions, 14 deletions
diff --git a/node_modules/rimraf/package.json b/node_modules/rimraf/package.json
index cbb049239..a82c85a69 100644
--- a/node_modules/rimraf/package.json
+++ b/node_modules/rimraf/package.json
@@ -1,19 +1,19 @@
{
- "_from": "rimraf@^2.6.2",
- "_id": "rimraf@2.6.2",
+ "_from": "rimraf@2.6.3",
+ "_id": "rimraf@2.6.3",
"_inBundle": false,
- "_integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==",
+ "_integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==",
"_location": "/rimraf",
"_phantomChildren": {},
"_requested": {
- "type": "range",
+ "type": "version",
"registry": true,
- "raw": "rimraf@^2.6.2",
+ "raw": "rimraf@2.6.3",
"name": "rimraf",
"escapedName": "rimraf",
- "rawSpec": "^2.6.2",
+ "rawSpec": "2.6.3",
"saveSpec": null,
- "fetchSpec": "^2.6.2"
+ "fetchSpec": "2.6.3"
},
"_requiredBy": [
"#USER",
@@ -30,10 +30,10 @@
"/pacote",
"/tap"
],
- "_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz",
- "_shasum": "2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36",
- "_spec": "rimraf@^2.6.2",
- "_where": "/Users/zkat/Documents/code/work/npm",
+ "_resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz",
+ "_shasum": "b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab",
+ "_spec": "rimraf@2.6.3",
+ "_where": "/Users/aeschright/code/cli",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -47,13 +47,13 @@
},
"bundleDependencies": false,
"dependencies": {
- "glob": "^7.0.5"
+ "glob": "^7.1.3"
},
"deprecated": false,
"description": "A deep deletion module for node (like `rm -rf`)",
"devDependencies": {
"mkdirp": "^0.5.1",
- "tap": "^10.1.2"
+ "tap": "^12.1.1"
},
"files": [
"LICENSE",
@@ -70,7 +70,10 @@
"url": "git://github.com/isaacs/rimraf.git"
},
"scripts": {
+ "postpublish": "git push origin --all; git push origin --tags",
+ "postversion": "npm publish",
+ "preversion": "npm test",
"test": "tap test/*.js"
},
- "version": "2.6.2"
+ "version": "2.6.3"
}