@npmcli/run-script@1.6.0 · npm/cli@b3a50d2 (original) (raw)
Navigation Menu
Appearance settings
- AI CODE CREATION
* GitHub CopilotWrite better code with AI
* GitHub SparkBuild and deploy intelligent apps
* GitHub ModelsManage and compare prompts
* MCP RegistryNewIntegrate external tools - DEVELOPER WORKFLOWS
* ActionsAutomate any workflow
* CodespacesInstant dev environments
* IssuesPlan and track work
* Code ReviewManage code changes - APPLICATION SECURITY
* GitHub Advanced SecurityFind and fix vulnerabilities
* Code securitySecure your code as you build
* Secret protectionStop leaks before they start - EXPLORE
* Why GitHub
* Documentation
* Blog
* Changelog
* Marketplace
- AI CODE CREATION
- BY COMPANY SIZE
* Enterprises
* Small and medium teams
* Startups
* Nonprofits - BY USE CASE
* App Modernization
* DevSecOps
* DevOps
* CI/CD
* View all use cases - BY INDUSTRY
* Healthcare
* Financial services
* Manufacturing
* Government
* View all industries
- BY COMPANY SIZE
- EXPLORE BY TOPIC
* AI
* Software Development
* DevOps
* Security
* View all topics - EXPLORE BY TYPE
* Customer stories
* Events & webinars
* Ebooks & reports
* Business insights
* GitHub Skills - SUPPORT & SERVICES
* Documentation
* Customer support
* Community forum
* Trust center
* Partners
- EXPLORE BY TOPIC
- COMMUNITY
* GitHub SponsorsFund open source developers - PROGRAMS
* Security Lab
* Maintainer Community
* Accelerator
* Archive Program - REPOSITORIES
* Topics
* Trending
* Collections
- COMMUNITY
- Pricing
Provide feedback
We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Notifications You must be signed in to change notification settings
Additional navigation options
Commit b3a50d2
authored and
committed
@npmcli/run-script@1.6.0
This updates node-gyp to v7, allowing us to deduplicate a lot of significant dependencies.Fix: #1281 Fix: npm/statusboard#67PR-URL: #1846Credit: @isaacs Close: #1846Reviewed-by: @ruyadorno
1 parent ac0271d commit b3a50d2
File tree
175 files changed
27965
-
35996
lines changed
- node_modules
- .gitignore
- @npmcli/run-script
* package.json - minimist
* .travis.yml
* LICENSE
* example
* parse.js
* index.js
* package.json
* readme.markdown
* test
* all_bool.js
* bool.js
* dash.js
* default_bool.js
* dotted.js
* kv_short.js
* long.js
* num.js
* parse.js
* parse_modified.js
* proto.js
* short.js
* stop_early.js
* unknown.js
* whitespace.js - node-gyp
* .github
* ISSUE_TEMPLATE.md
* workflows
* Python_tests.yml
* .travis.yml
* CHANGELOG.md
* CONTRIBUTING.md
* README.md
* addon.gypi
* bin
* node-gyp.js
* gyp
* .flake8
* .github/workflows
* Python_tests.yml
* nodejs-windows.yml
* AUTHORS
* CHANGELOG.md
* CODE_OF_CONDUCT.md
* CONTRIBUTING.md
* DEPS
* LICENSE
* OWNERS
* PRESUBMIT.py
* README.md
* codereview.settings
* gyp.bat
* gyp_main.py
* pylib/gyp
* MSVSNew.py
* MSVSProject.py
* MSVSSettings.py
* MSVSSettings_test.py
* MSVSToolFile.py
* MSVSUserFile.py
* MSVSUtil.py
* MSVSVersion.py
* __init__.py
* common.py
* common_test.py
* easy_xml.py
* easy_xml_test.py
* flock_tool.py
* generator
* analyzer.py
* android.py
* cmake.py
* compile_commands_json.py
* dump_dependency_json.py
* eclipse.py
* gypd.py
* gypsh.py
* make.py
* msvs.py
* msvs_test.py
* ninja.py
* ninja_test.py
* xcode.py
* xcode_test.py
* input.py
* input_test.py
* mac_tool.py
* msvs_emulation.py
* ninja_syntax.py
* simple_copy.py
* win_tool.py
* xcode_emulation.py
* xcode_ninja.py
* xcodeproj_file.py
* xml_fix.py
* requirements_dev.txt
* samples
* samples.bat
* samples
* setup.py
* test_gyp.py
* tools
* graphviz.py
* pretty_gyp.py
* pretty_sln.py
* pretty_vcproj.py
* lib
* Find-VisualStudio.cs
* configure.js
* find-python.js
* install.js
* macOS_Catalina.md
* macOS_Catalina_acid_test.sh
* node_modules
* .bin
* mkdirp
* semver
* which
* chownr
* LICENSE
* README.md
* chownr.js
* package.json
* fs-minipass
* LICENSE
* README.md
* index.js
* package.json
* minipass
* LICENSE
* README.md
* index.js
* package.json
* minizlib
* LICENSE
* README.md
* constants.js
* index.js
* package.json
* mkdirp
* LICENSE
* bin
* cmd.js
* usage.txt
* index.js
* package.json
* readme.markdown
* semver
* CHANGELOG.md
* LICENSE
* README.md
* bin
* semver
* package.json
* range.bnf
* semver.js
* tar
* LICENSE
* README.md
* index.js
* lib
* buffer.js
* create.js
* extract.js
* header.js
* high-level-opt.js
* large-numbers.js
* list.js
* mkdir.js
* mode-fix.js
* pack.js
* parse.js
* pax.js
* read-entry.js
* replace.js
* types.js
* unpack.js
* update.js
* warn-mixin.js
* winchars.js
* write-entry.js
* package.json
* which
* CHANGELOG.md
* LICENSE
* README.md
* bin
* which
* package.json
* which.js
* yallist
* LICENSE
* README.md
* iterator.js
* package.json
* yallist.js
* package.json
* test
* test-configure-python.js
* test-find-python.js
* update-gyp.py
- package-lock.json
- package.json
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
175 files changed
27965
-
35996
lines changed
node_modules/.gitignore
Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
node_modules/@npmcli/run-script/package.json
Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
node_modules/minimist/.travis.yml
Lines changed: 0 additions & 8 deletions
This file was deleted.
node_modules/minimist/LICENSE
Lines changed: 0 additions & 18 deletions
This file was deleted.
node_modules/minimist/example/parse.js
Lines changed: 0 additions & 2 deletions
This file was deleted.
node_modules/minimist/index.js
Lines changed: 0 additions & 245 deletions
This file was deleted.
node_modules/minimist/package.json
Lines changed: 0 additions & 45 deletions
This file was deleted.
0 commit comments
Comments
(0)