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:
authorisaacs <i@izs.me>2019-08-13 01:00:24 +0300
committerisaacs <i@izs.me>2019-08-13 01:06:17 +0300
commitab66c9aa8c52eefc722b901c4ba2aa5ac1822e9d (patch)
tree8f09cc06a6728d710f5648acbefbf0c120411bdf /node_modules/libcipm/package.json
parent769d2e057daf5a2cbfe0ce86f02550e59825a691 (diff)
libcipm@4.0.2
Diffstat (limited to 'node_modules/libcipm/package.json')
-rw-r--r--node_modules/libcipm/package.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/node_modules/libcipm/package.json b/node_modules/libcipm/package.json
index d2dde91e8..c110f4165 100644
--- a/node_modules/libcipm/package.json
+++ b/node_modules/libcipm/package.json
@@ -1,34 +1,34 @@
{
- "_from": "libcipm@4.0.0",
- "_id": "libcipm@4.0.0",
+ "_from": "libcipm@4.0.2",
+ "_id": "libcipm@4.0.2",
"_inBundle": false,
- "_integrity": "sha512-5IIamvUIqWYjfNscYdirKisXyaTMw7Mf7yuGrjHH2isz7xBZDCUOIdujZxNk2g6lBBs8AGxYW6lHpNnnt92bww==",
+ "_integrity": "sha512-8tTctuuT8TGvlN3l5GcE0M32kNlUcKka0RQD/qpbGHO7WGlN6D+76pyjP70+BnVsqfMozk1GOPZ40+NZQatWeg==",
"_location": "/libcipm",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "libcipm@4.0.0",
+ "raw": "libcipm@4.0.2",
"name": "libcipm",
"escapedName": "libcipm",
- "rawSpec": "4.0.0",
+ "rawSpec": "4.0.2",
"saveSpec": null,
- "fetchSpec": "4.0.0"
+ "fetchSpec": "4.0.2"
},
"_requiredBy": [
"#USER",
"/"
],
- "_resolved": "https://registry.npmjs.org/libcipm/-/libcipm-4.0.0.tgz",
- "_shasum": "30053bee09b0b1f4df855137d631a6d27f5d59de",
- "_spec": "libcipm@4.0.0",
+ "_resolved": "https://registry.npmjs.org/libcipm/-/libcipm-4.0.2.tgz",
+ "_shasum": "f951b62c7666f42fa03e00b99e5cbd6f2585fd74",
+ "_spec": "libcipm@4.0.2",
"_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Kat Marchán",
"email": "kzm@sykosomatic.org"
},
"bugs": {
- "url": "https://github.com/zkat/cipm/issues"
+ "url": "https://github.com/npm/libcipm/issues"
},
"bundleDependencies": false,
"config": {
@@ -73,7 +73,7 @@
"*.js",
"lib"
],
- "homepage": "https://github.com/zkat/cipm#readme",
+ "homepage": "https://github.com/npm/libcipm#readme",
"keywords": [
"npm",
"package manager",
@@ -85,7 +85,7 @@
"name": "libcipm",
"repository": {
"type": "git",
- "url": "git+https://github.com/zkat/cipm.git"
+ "url": "git+https://github.com/npm/libcipm.git"
},
"scripts": {
"postrelease": "npm publish && git push --follow-tags",
@@ -96,5 +96,5 @@
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
},
- "version": "4.0.0"
+ "version": "4.0.2"
}