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:
authorKat Marchán <kzm@zkat.tech>2018-08-15 23:20:06 +0300
committerKat Marchán <kzm@zkat.tech>2018-08-21 02:17:27 +0300
commit3b940331dcccfa67f92366adb7ffd9ecf7673a9a (patch)
treee88763914a619a942b7b24027f00c0d4db09702d /node_modules
parenta5e6f78e916873f7d18639ebdb8abd20479615a9 (diff)
npm-lifecycle@2.1.0
Fixes: https://npm.community/t/3-path-variables-are-assigned-to-child-process-launched-by-npm/1042 Credit: @JimiC
Diffstat (limited to 'node_modules')
-rw-r--r--node_modules/npm-lifecycle/CHANGELOG.md15
-rw-r--r--node_modules/npm-lifecycle/index.js3
-rw-r--r--node_modules/npm-lifecycle/package.json42
3 files changed, 35 insertions, 25 deletions
diff --git a/node_modules/npm-lifecycle/CHANGELOG.md b/node_modules/npm-lifecycle/CHANGELOG.md
index a30311ffb..7e7bc92e2 100644
--- a/node_modules/npm-lifecycle/CHANGELOG.md
+++ b/node_modules/npm-lifecycle/CHANGELOG.md
@@ -2,6 +2,21 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+<a name="2.1.0"></a>
+# [2.1.0](https://github.com/npm/lifecycle/compare/v2.0.3...v2.1.0) (2018-08-13)
+
+
+### Bug Fixes
+
+* **windows:** revert writing all possible cases of PATH variables ([#22](https://github.com/npm/lifecycle/issues/22)) ([8fcaa21](https://github.com/npm/lifecycle/commit/8fcaa21)), closes [#20](https://github.com/npm/lifecycle/issues/20)
+
+
+### Features
+
+* **ci:** add node@10 to CI ([e206aa0](https://github.com/npm/lifecycle/commit/e206aa0))
+
+
+
<a name="2.0.3"></a>
## [2.0.3](https://github.com/npm/lifecycle/compare/v2.0.2...v2.0.3) (2018-05-16)
diff --git a/node_modules/npm-lifecycle/index.js b/node_modules/npm-lifecycle/index.js
index a6f76fe73..4eb83255a 100644
--- a/node_modules/npm-lifecycle/index.js
+++ b/node_modules/npm-lifecycle/index.js
@@ -122,9 +122,6 @@ function lifecycle_ (pkg, stage, wd, opts, env, cb) {
if (env[PATH]) pathArr.push(env[PATH])
env[PATH] = pathArr.join(process.platform === 'win32' ? ';' : ':')
- if (process.platform === 'win32') {
- env.path = env.PATH = env.Path = env[PATH]
- }
var packageLifecycle = pkg.scripts && pkg.scripts.hasOwnProperty(stage)
diff --git a/node_modules/npm-lifecycle/package.json b/node_modules/npm-lifecycle/package.json
index 38f2fd04c..6f63b06fd 100644
--- a/node_modules/npm-lifecycle/package.json
+++ b/node_modules/npm-lifecycle/package.json
@@ -1,56 +1,54 @@
{
- "_args": [
- [
- "npm-lifecycle@2.0.3",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "npm-lifecycle@2.0.3",
- "_id": "npm-lifecycle@2.0.3",
+ "_from": "npm-lifecycle@2.1.0",
+ "_id": "npm-lifecycle@2.1.0",
"_inBundle": false,
- "_integrity": "sha512-0U4Iim5ix2NHUT672G7FBpldJX0N2xKBjJqRTAzioEJjb6I6KpQXq+y1sB5EDSjKaAX8VCC9qPK31Jy+p3ix5A==",
+ "_integrity": "sha512-QbBfLlGBKsktwBZLj6AviHC6Q9Y3R/AY4a2PYSIRhSKSS0/CxRyD/PfxEX6tPeOCXQgMSNdwGeECacstgptc+g==",
"_location": "/npm-lifecycle",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "npm-lifecycle@2.0.3",
+ "raw": "npm-lifecycle@2.1.0",
"name": "npm-lifecycle",
"escapedName": "npm-lifecycle",
- "rawSpec": "2.0.3",
+ "rawSpec": "2.1.0",
"saveSpec": null,
- "fetchSpec": "2.0.3"
+ "fetchSpec": "2.1.0"
},
"_requiredBy": [
+ "#USER",
"/",
"/libcipm"
],
- "_resolved": "https://registry.npmjs.org/npm-lifecycle/-/npm-lifecycle-2.0.3.tgz",
- "_spec": "2.0.3",
- "_where": "/Users/rebecca/code/npm",
+ "_resolved": "https://registry.npmjs.org/npm-lifecycle/-/npm-lifecycle-2.1.0.tgz",
+ "_shasum": "1eda2eedb82db929e3a0c50341ab0aad140ed569",
+ "_spec": "npm-lifecycle@2.1.0",
+ "_where": "/Users/zkat/Documents/code/work/npm",
"author": {
"name": "Mike Sherov"
},
"bugs": {
"url": "https://github.com/npm/lifecycle/issues"
},
+ "bundleDependencies": false,
"dependencies": {
"byline": "^5.0.0",
"graceful-fs": "^4.1.11",
- "node-gyp": "^3.6.2",
+ "node-gyp": "^3.8.0",
"resolve-from": "^4.0.0",
"slide": "^1.1.6",
"uid-number": "0.0.6",
"umask": "^1.1.0",
- "which": "^1.3.0"
+ "which": "^1.3.1"
},
+ "deprecated": false,
"description": "JavaScript package lifecycle hook runner",
"devDependencies": {
- "nyc": "^11.8.0",
- "sinon": "^4.0.1",
+ "nyc": "^12.0.2",
+ "sinon": "^6.1.5",
"standard": "^11.0.1",
- "standard-version": "^4.3.0",
- "tap": "^11.1.5",
+ "standard-version": "^4.4.0",
+ "tap": "^12.0.1",
"weallbehave": "^1.2.0",
"weallcontribute": "^1.0.8"
},
@@ -82,5 +80,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": "2.0.3"
+ "version": "2.1.0"
}