Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
8cff8ee
[email protected]
zkat May 24, 2018
bfc4f87
[email protected]
zkat May 24, 2018
5320961
[email protected]
zkat May 24, 2018
6c29461
test: Flat installs are ok
iarna May 24, 2018
0483f5c
Flatten dependencies and add dev deps to git
iarna May 24, 2018
c8ba757
dedupe: Fix deduping bundles (eg don't)
iarna May 24, 2018
cd698f0
audit: Add synopsis to brief help and suppress trailing newline (#20762)
wyardley May 31, 2018
7ba3fca
errors: direct people to npm.community instead of github (#20855)
zkat Jun 1, 2018
ecc7560
audit: add test to make sure dev: true is preserved
zkat Jun 1, 2018
4a51277
[email protected]
iarna Jun 7, 2018
b7cc48d
[email protected]
iarna Jun 7, 2018
bae657c
[email protected]
iarna Jun 7, 2018
3d46e5c
[email protected]
iarna Jun 7, 2018
d0a905d
[email protected]
iarna Jun 7, 2018
4fc1f81
[email protected]
iarna Jun 7, 2018
f722029
[email protected]
iarna Jun 7, 2018
f456fca
scripts: auto generate ignores
iarna Jun 7, 2018
0762ebb
chore: Prune dev deps from git
iarna Jun 7, 2018
bdce96e
[email protected]
iarna Jun 7, 2018
ef9fa1c
remove unused direct dep ansi-regex
iarna Jun 7, 2018
0d14b0b
chore: reshuffle ansi-regex for better deduping
iarna Jun 7, 2018
68a1018
chore: reshuffle strip-ansi for better deduping
iarna Jun 7, 2018
0d5251f
chore: reshuffle is-fullwidth-code-point for better deduping
iarna Jun 7, 2018
2d08866
test: Add fake-registry, npm-registry-mock replacement
iarna Jun 8, 2018
eef5d19
add npm audit resolve command
naugtur Jun 16, 2018
a72795d
add audit-resolv.json support to audit command, pass on npm.prefix to…
naugtur Jun 20, 2018
f67dd20
latest audit resolver, updated dependencies
naugtur Jun 20, 2018
ce07933
config: Enable config for suppressing update-notifier (#20750)
travi Jun 28, 2018
88efbf6
docs: fix typo in registry page (#20859)
strugee Jun 28, 2018
d2ad776
run-script: show suggestions when script name is typoed (#20879)
watilde Jun 28, 2018
6808ee3
misc: Exclude /.github directory from package (#20881)
styfle Jun 28, 2018
61bf827
docs: Fixed a small grammar error in the README (#20947)
Jun 28, 2018
8f033d7
node-gyp: fix regex to match multi-digit versions (#20948)
Trott Jun 28, 2018
833efe4
docs: Add info about tarball requirements (#20986)
Maximaximum Jun 28, 2018
f5230c9
docs: small typo fix in CONTRIBUTING.md (#21018)
reggi Jun 28, 2018
9fc0dc4
docs: clarify text in npm-link.md (#21019)
davidgilbertson Jun 28, 2018
3924c72
docs: Add missing "if" (#21064)
roblourens Jun 28, 2018
177cbb4
cache: Add warning text about using temp cache for debugging (#21105)
karanjthakkar Jun 28, 2018
fe4240e
[email protected]
zkat Jun 28, 2018
feb4e2b
doc: update changelog for [email protected]
zkat Jun 28, 2018
d7cf1b3
update AUTHORS
zkat Jun 29, 2018
ea9415f
6.2.0-next.0
zkat Jun 29, 2018
ecdcbd7
misc: remove postinstall script that broke stuff (#21129)
zkat Jul 5, 2018
5440b5e
doc: update changelog for [email protected]
zkat Jul 5, 2018
843bdd6
6.2.0-next.1
zkat Jul 5, 2018
d9b2712
[email protected]
zkat Jul 10, 2018
2ac48f8
[email protected]
zkat Jul 10, 2018
8dc6d76
[email protected]
zkat Jul 10, 2018
90c759f
[email protected]
zkat Jul 10, 2018
5724983
docs: remove back-ticks not being parsed as markdown (#21165)
hchiam Jul 10, 2018
7381783
docs: republish waiting period (#20920)
gmattie Jul 10, 2018
244b183
audit: add support for --parseable output (#20554)
luislobo Jul 10, 2018
7984206
version: Add new sign-git-commit config (#12697)
tribou Jul 10, 2018
4c32413
run-script: Do not use SET to fetch the env in git-bash or cygwin
gucong3000 May 2, 2018
616a97b
Merge branch 'audit-resolver' of github.com:naugtur/npm into audit-re…
naugtur Jul 12, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
  • Loading branch information
iarna committed Jun 7, 2018
commit 3d46e5c4e3c5fecd9bf05a7425a16f2e8ad5c833
2 changes: 0 additions & 2 deletions node_modules/JSONStream/.npmignore

This file was deleted.

3 changes: 1 addition & 2 deletions node_modules/JSONStream/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 13 additions & 15 deletions node_modules/JSONStream/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions node_modules/JSONStream/test/fixtures/depth.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"npx": "./bin/npx-cli.js"
},
"dependencies": {
"JSONStream": "^1.3.2",
"JSONStream": "^1.3.3",
"abbrev": "~1.1.1",
"ansi-regex": "~3.0.0",
"ansicolors": "~0.3.2",
Expand Down