step-node-agent 3.19.0 → 3.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/node_modules/body-parser/HISTORY.md +6 -0
  2. package/node_modules/body-parser/README.md +1 -1
  3. package/node_modules/body-parser/index.js +8 -9
  4. package/node_modules/body-parser/package.json +8 -8
  5. package/node_modules/capture-stack-trace/license +2 -1
  6. package/node_modules/capture-stack-trace/package.json +28 -27
  7. package/node_modules/capture-stack-trace/readme.md +1 -5
  8. package/node_modules/duplexer3/license +10 -0
  9. package/node_modules/duplexer3/package.json +25 -26
  10. package/node_modules/duplexer3/{README.md → readme.md} +25 -41
  11. package/node_modules/express/History.md +9 -0
  12. package/node_modules/express/Readme.md +2 -2
  13. package/node_modules/express/lib/router/route.js +8 -8
  14. package/node_modules/express/package.json +7 -7
  15. package/node_modules/get-intrinsic/.eslintrc +2 -8
  16. package/node_modules/get-intrinsic/.nycrc +0 -4
  17. package/node_modules/get-intrinsic/CHANGELOG.md +34 -0
  18. package/node_modules/get-intrinsic/README.md +7 -1
  19. package/node_modules/get-intrinsic/index.js +4 -0
  20. package/node_modules/get-intrinsic/package.json +25 -12
  21. package/node_modules/get-intrinsic/test/GetIntrinsic.js +25 -11
  22. package/node_modules/glob/common.js +2 -0
  23. package/node_modules/glob/glob.js +4 -1
  24. package/node_modules/glob/package.json +5 -2
  25. package/node_modules/glob/sync.js +6 -3
  26. package/node_modules/is-callable/.editorconfig +5 -0
  27. package/node_modules/is-callable/.eslintrc +0 -11
  28. package/node_modules/is-callable/CHANGELOG.md +50 -0
  29. package/node_modules/is-callable/README.md +16 -0
  30. package/node_modules/is-callable/index.js +35 -8
  31. package/node_modules/is-callable/package.json +27 -13
  32. package/node_modules/is-callable/test/index.js +86 -12
  33. package/node_modules/is-core-module/CHANGELOG.md +7 -0
  34. package/node_modules/is-core-module/core.json +1 -1
  35. package/node_modules/is-core-module/package.json +1 -1
  36. package/node_modules/is-core-module/test/index.js +1 -1
  37. package/node_modules/minimist/.eslintrc +54 -0
  38. package/node_modules/minimist/.github/FUNDING.yml +12 -0
  39. package/node_modules/minimist/.nycrc +14 -0
  40. package/node_modules/minimist/CHANGELOG.md +212 -0
  41. package/node_modules/minimist/{readme.markdown → README.md} +20 -1
  42. package/node_modules/minimist/package.json +39 -9
  43. package/node_modules/object-inspect/CHANGELOG.md +18 -0
  44. package/node_modules/object-inspect/index.js +7 -6
  45. package/node_modules/object-inspect/package-support.json +20 -0
  46. package/node_modules/object-inspect/package.json +20 -10
  47. package/node_modules/object-inspect/test/err.js +3 -3
  48. package/node_modules/object-inspect/test/has.js +6 -25
  49. package/node_modules/object-inspect/test/inspect.js +37 -0
  50. package/node_modules/object-inspect/test/values.js +3 -3
  51. package/node_modules/psl/.env +0 -0
  52. package/node_modules/psl/README.md +1 -5
  53. package/node_modules/psl/data/rules.json +718 -176
  54. package/node_modules/psl/dist/psl.js +720 -178
  55. package/node_modules/psl/dist/psl.min.js +1 -1
  56. package/node_modules/psl/package.json +16 -17
  57. package/node_modules/qs/.editorconfig +3 -0
  58. package/node_modules/qs/.eslintrc +5 -5
  59. package/node_modules/qs/CHANGELOG.md +158 -0
  60. package/node_modules/qs/README.md +3 -1
  61. package/node_modules/qs/dist/qs.js +19 -9
  62. package/node_modules/qs/lib/stringify.js +12 -3
  63. package/node_modules/qs/package.json +16 -12
  64. package/node_modules/qs/test/parse.js +14 -0
  65. package/node_modules/qs/test/stringify.js +54 -10
  66. package/node_modules/resolve/lib/async.js +1 -1
  67. package/node_modules/resolve/lib/core.json +1 -0
  68. package/node_modules/resolve/lib/sync.js +1 -1
  69. package/node_modules/resolve/package.json +14 -5
  70. package/node_modules/resolve/test/core.js +8 -1
  71. package/node_modules/resolve/test/resolver/false_main/index.js +0 -0
  72. package/node_modules/resolve/test/resolver/false_main/package.json +4 -0
  73. package/node_modules/resolve/test/resolver.js +49 -0
  74. package/node_modules/resolve/test/resolver_sync.js +82 -1
  75. package/node_modules/underscore/amd/_set.js +21 -0
  76. package/node_modules/underscore/amd/_setup.js +1 -1
  77. package/node_modules/underscore/amd/set.js +15 -0
  78. package/node_modules/underscore/cjs/_set.js +21 -0
  79. package/node_modules/underscore/cjs/_setup.js +1 -1
  80. package/node_modules/underscore/cjs/set.js +15 -0
  81. package/node_modules/underscore/modules/_setup.js +1 -1
  82. package/node_modules/underscore/modules/index.js +1 -1
  83. package/node_modules/underscore/modules/package.json +1 -3
  84. package/node_modules/underscore/package.json +14 -11
  85. package/node_modules/underscore/underscore-esm-min.js +2 -2
  86. package/node_modules/underscore/underscore-esm.js +2 -2
  87. package/node_modules/underscore/underscore-min.js +2 -2
  88. package/node_modules/underscore/underscore-node-f.cjs +2 -2
  89. package/node_modules/underscore/underscore-node.cjs +1 -1
  90. package/node_modules/underscore/underscore-node.mjs +1 -1
  91. package/node_modules/underscore/underscore-umd-min.js +2 -2
  92. package/node_modules/underscore/underscore-umd.js +2 -2
  93. package/node_modules/underscore/underscore.js +2 -2
  94. package/package.json +1 -1
  95. package/node_modules/duplexer3/LICENSE.md +0 -26
  96. package/node_modules/get-intrinsic/.eslintignore +0 -1
  97. package/node_modules/is-callable/.eslintignore +0 -1
  98. package/node_modules/is-callable/.istanbul.yml +0 -47
  99. package/node_modules/minimist/.travis.yml +0 -8
  100. package/node_modules/object-inspect/.eslintignore +0 -1
  101. package/node_modules/path-exists/index.js +0 -17
  102. package/node_modules/path-exists/license +0 -21
  103. package/node_modules/path-exists/package.json +0 -40
  104. package/node_modules/path-exists/readme.md +0 -50
  105. package/node_modules/resolve/appveyor.yml +0 -76
@@ -1,40 +0,0 @@
1
- {
2
- "name": "path-exists",
3
- "version": "3.0.0",
4
- "description": "Check if a path exists",
5
- "license": "MIT",
6
- "repository": "sindresorhus/path-exists",
7
- "author": {
8
- "name": "Sindre Sorhus",
9
- "email": "sindresorhus@gmail.com",
10
- "url": "sindresorhus.com"
11
- },
12
- "engines": {
13
- "node": ">=4"
14
- },
15
- "scripts": {
16
- "test": "xo && ava"
17
- },
18
- "files": [
19
- "index.js"
20
- ],
21
- "keywords": [
22
- "path",
23
- "exists",
24
- "exist",
25
- "file",
26
- "filepath",
27
- "fs",
28
- "filesystem",
29
- "file-system",
30
- "access",
31
- "stat"
32
- ],
33
- "devDependencies": {
34
- "ava": "*",
35
- "xo": "*"
36
- },
37
- "xo": {
38
- "esnext": true
39
- }
40
- }
@@ -1,50 +0,0 @@
1
- # path-exists [![Build Status](https://travis-ci.org/sindresorhus/path-exists.svg?branch=master)](https://travis-ci.org/sindresorhus/path-exists)
2
-
3
- > Check if a path exists
4
-
5
- Because [`fs.exists()`](https://nodejs.org/api/fs.html#fs_fs_exists_path_callback) is being [deprecated](https://github.com/iojs/io.js/issues/103), but there's still a genuine use-case of being able to check if a path exists for other purposes than doing IO with it.
6
-
7
- Never use this before handling a file though:
8
-
9
- > In particular, checking if a file exists before opening it is an anti-pattern that leaves you vulnerable to race conditions: another process may remove the file between the calls to `fs.exists()` and `fs.open()`. Just open the file and handle the error when it's not there.
10
-
11
-
12
- ## Install
13
-
14
- ```
15
- $ npm install --save path-exists
16
- ```
17
-
18
-
19
- ## Usage
20
-
21
- ```js
22
- // foo.js
23
- const pathExists = require('path-exists');
24
-
25
- pathExists('foo.js').then(exists => {
26
- console.log(exists);
27
- //=> true
28
- });
29
- ```
30
-
31
-
32
- ## API
33
-
34
- ### pathExists(path)
35
-
36
- Returns a promise for a boolean of whether the path exists.
37
-
38
- ### pathExists.sync(path)
39
-
40
- Returns a boolean of whether the path exists.
41
-
42
-
43
- ## Related
44
-
45
- - [path-exists-cli](https://github.com/sindresorhus/path-exists-cli) - CLI for this module
46
-
47
-
48
- ## License
49
-
50
- MIT © [Sindre Sorhus](https://sindresorhus.com)
@@ -1,76 +0,0 @@
1
- version: 1.0.{build}
2
- skip_branch_with_pr: true
3
- build: off
4
-
5
- environment:
6
- matrix:
7
- #- nodejs_version: "17"
8
- - nodejs_version: "16"
9
- - nodejs_version: "15"
10
- - nodejs_version: "14"
11
- - nodejs_version: "13"
12
- - nodejs_version: "12"
13
- - nodejs_version: "11"
14
- - nodejs_version: "10"
15
- - nodejs_version: "9"
16
- - nodejs_version: "8"
17
- - nodejs_version: "7"
18
- - nodejs_version: "6"
19
- - nodejs_version: "5"
20
- - nodejs_version: "4"
21
- - nodejs_version: "3"
22
- - nodejs_version: "2"
23
- - nodejs_version: "1"
24
- - nodejs_version: "0.12"
25
- - nodejs_version: "0.10"
26
- - nodejs_version: "0.8"
27
- - nodejs_version: "0.6"
28
- matrix:
29
- # fast_finish: true
30
- allow_failures:
31
- - nodejs_version: "0.8"
32
- # platform: x86 # x64 has started failing on the registry side, around early November 2020
33
- - nodejs_version: "0.6"
34
-
35
- platform:
36
- - x86
37
- - x64
38
-
39
- # Install scripts. (runs after repo cloning)
40
- install:
41
- # Fix symlinks in working copy (see https://github.com/appveyor/ci/issues/650#issuecomment-186592582) / https://github.com/charleskorn/batect/commit/d08986802ec43086902958c4ee7e57ff3e71dbef
42
- - git config core.symlinks true
43
- - git reset --hard
44
- # Get the latest stable version of Node.js or io.js
45
- - ps: if ($env:nodejs_version -ne '0.6') { Install-Product node $env:nodejs_version $env:platform }
46
- - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:platform
47
- - IF %nodejs_version% EQU 0.6 npm config set strict-ssl false && npm -g install npm@1.3
48
- - IF %nodejs_version% EQU 0.8 npm config set strict-ssl false && npm -g install npm@1.4.28 && npm install -g npm@4.5
49
- - IF %nodejs_version% EQU 1 npm -g install npm@2.9
50
- - IF %nodejs_version% EQU 2 npm -g install npm@4
51
- - IF %nodejs_version% EQU 3 npm -g install npm@4
52
- - IF %nodejs_version% EQU 4 npm -g install npm@5.3
53
- - IF %nodejs_version% EQU 5 npm -g install npm@5.3
54
- - IF %nodejs_version% EQU 6 npm -g install npm@6.9
55
- - IF %nodejs_version% EQU 7 npm -g install npm@6
56
- - IF %nodejs_version% EQU 8 npm -g install npm@6
57
- - IF %nodejs_version% EQU 9 npm -g install npm@6.9
58
- - IF %nodejs_version% EQU 10 npm -g install npm@7
59
- - IF %nodejs_version% EQU 11 npm -g install npm@7
60
- - IF %nodejs_version% EQU 12 npm -g install npm@7
61
- - IF %nodejs_version% EQU 13 npm -g install npm@7
62
- - IF %nodejs_version% EQU 14 npm -g install npm@7
63
- - IF %nodejs_version% EQU 15 npm -g install npm@7
64
- - IF %nodejs_version% EQU 16 npm -g install npm@7
65
- - set PATH=%APPDATA%\npm;%PATH%
66
- #- IF %nodejs_version% NEQ 0.6 AND %nodejs_version% NEQ 0.8 npm -g install npm
67
- # install modules
68
- - npm install
69
-
70
- # Post-install test scripts.
71
- test_script:
72
- # Output useful info for debugging.
73
- - node --version
74
- - npm --version
75
- # run tests
76
- - npm run tests-only