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>2020-07-23 20:58:04 +0300
committerisaacs <i@izs.me>2020-07-29 21:53:42 +0300
commitad5e07d8bd86d1dbe2b03dc142f8c8d6f4828ffe (patch)
tree97b66f97d77f35774f10a5e3e9957b1897d150bb /node_modules/capture-stack-trace/package.json
parenta16994cfdd2f255016f3d8ee60d03473d80eabd8 (diff)
Full dependency reboot
Reinstall everything from a clean node_modules and package-lock.json state. Re-generate list of bundleDependencies and node_modules/.gitignore with a script that does the right thing based on actual dependency state.
Diffstat (limited to 'node_modules/capture-stack-trace/package.json')
-rw-r--r--node_modules/capture-stack-trace/package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/node_modules/capture-stack-trace/package.json b/node_modules/capture-stack-trace/package.json
index d2bc77192..c6f5fa047 100644
--- a/node_modules/capture-stack-trace/package.json
+++ b/node_modules/capture-stack-trace/package.json
@@ -1,8 +1,8 @@
{
"_from": "capture-stack-trace@^1.0.0",
- "_id": "capture-stack-trace@1.0.0",
+ "_id": "capture-stack-trace@1.0.1",
"_inBundle": false,
- "_integrity": "sha1-Sm+gc5nCa7pH8LJJa00PtAjFVQ0=",
+ "_integrity": "sha512-mYQLZnx5Qt1JgB1WEiMCf2647plpGeQ2NMR/5L0HNZzGQo4fuSPnK+wjfPnKZV0aiJDgzmWqqkV/g7JD+DW0qw==",
"_location": "/capture-stack-trace",
"_phantomChildren": {},
"_requested": {
@@ -18,10 +18,10 @@
"_requiredBy": [
"/create-error-class"
],
- "_resolved": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.0.tgz",
- "_shasum": "4a6fa07399c26bba47f0b2496b4d0fb408c5550d",
+ "_resolved": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.1.tgz",
+ "_shasum": "a6c0bbe1f38f3aa0b92238ecb6ff42c344d4135d",
"_spec": "capture-stack-trace@^1.0.0",
- "_where": "/Users/rebecca/code/npm/node_modules/create-error-class",
+ "_where": "/Users/isaacs/dev/npm/cli/node_modules/create-error-class",
"author": {
"name": "Vsevolod Strukchinsky",
"email": "floatdrop@gmail.com",
@@ -57,5 +57,5 @@
"scripts": {
"test": "mocha"
},
- "version": "1.0.0"
+ "version": "1.0.1"
}