summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/write-file-atomic/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/write-file-atomic/package.json')
-rw-r--r--deps/npm/node_modules/write-file-atomic/package.json26
1 files changed, 15 insertions, 11 deletions
diff --git a/deps/npm/node_modules/write-file-atomic/package.json b/deps/npm/node_modules/write-file-atomic/package.json
index f8f55fbd22..bffa0bbbb3 100644
--- a/deps/npm/node_modules/write-file-atomic/package.json
+++ b/deps/npm/node_modules/write-file-atomic/package.json
@@ -1,31 +1,32 @@
{
- "_from": "write-file-atomic@^2.3.0",
- "_id": "write-file-atomic@2.4.2",
+ "_from": "write-file-atomic@^2.4.2",
+ "_id": "write-file-atomic@2.4.3",
"_inBundle": false,
- "_integrity": "sha512-s0b6vB3xIVRLWywa6X9TOMA7k9zio0TMOsl9ZnDkliA/cfJlpHXAscj0gbHVJiTdIuAYpIyqS5GW91fqm6gG5g==",
+ "_integrity": "sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==",
"_location": "/write-file-atomic",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
- "raw": "write-file-atomic@^2.3.0",
+ "raw": "write-file-atomic@^2.4.2",
"name": "write-file-atomic",
"escapedName": "write-file-atomic",
- "rawSpec": "^2.3.0",
+ "rawSpec": "^2.4.2",
"saveSpec": null,
- "fetchSpec": "^2.3.0"
+ "fetchSpec": "^2.4.2"
},
"_requiredBy": [
"#USER",
"/",
"/bin-links",
+ "/caching-transform",
"/configstore",
"/tap"
],
- "_resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.2.tgz",
- "_shasum": "a7181706dfba17855d221140a9c06e15fcdd87b9",
- "_spec": "write-file-atomic@^2.3.0",
- "_where": "/Users/zkat/Documents/code/work/npm",
+ "_resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.4.3.tgz",
+ "_shasum": "1fd2e9ae1df3e75b8d8c367443c692d4ca81f481",
+ "_spec": "write-file-atomic@^2.4.2",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Rebecca Turner",
"email": "me@re-becca.org",
@@ -65,7 +66,10 @@
"url": "git+ssh://git@github.com/iarna/write-file-atomic.git"
},
"scripts": {
+ "postpublish": "git push origin --follow-tags",
+ "postversion": "npm publish",
+ "preversion": "npm test",
"test": "standard && tap --100 test/*.js"
},
- "version": "2.4.2"
+ "version": "2.4.3"
}