Updated the project.

This commit is contained in:
Batuhan Berk Başoğlu 2024-06-03 15:44:25 -04:00
parent 5dfe9f128d
commit 7919556077
1550 changed files with 17063 additions and 40183 deletions

0
my-app/node_modules/npm-bundled/LICENSE generated vendored Executable file → Normal file
View file

2
my-app/node_modules/npm-bundled/README.md generated vendored Executable file → Normal file
View file

@ -4,7 +4,7 @@ Run this in a node package, and it'll tell you which things in
node_modules are bundledDependencies, or transitive dependencies of
bundled dependencies.
[![Build Status](https://travis-ci.org/npm/npm-bundled.svg?branch=master)](https://travis-ci.org/npm/npm-bundled)
[![Build Status](https://img.shields.io/github/actions/workflow/status/npm/npm-bundled/ci.yml?branch=main)](https://github.com/npm/npm-bundled)
## USAGE

2
my-app/node_modules/npm-bundled/lib/index.js generated vendored Executable file → Normal file
View file

@ -154,7 +154,7 @@ class BundleWalker extends EE {
path: p,
parent: this,
})
child.on('done', _ => {
child.on('done', () => {
if (--this.children === 0) {
this.done()
}

13
my-app/node_modules/npm-bundled/package.json generated vendored Executable file → Normal file
View file

@ -1,25 +1,23 @@
{
"name": "npm-bundled",
"version": "3.0.0",
"version": "3.0.1",
"description": "list things in node_modules that are bundledDependencies, or transitive dependencies thereof",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/npm/npm-bundled.git"
"url": "git+https://github.com/npm/npm-bundled.git"
},
"author": "GitHub Inc.",
"license": "ISC",
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.5.1",
"mkdirp": "^1.0.4",
"@npmcli/template-oss": "4.22.0",
"mutate-fs": "^2.1.1",
"rimraf": "^3.0.2",
"tap": "^16.3.0"
},
"scripts": {
"test": "tap",
"lint": "eslint \"**/*.js\"",
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force",
"lintfix": "npm run lint -- --fix",
@ -38,7 +36,8 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.5.1"
"version": "4.22.0",
"publish": true
},
"tap": {
"nyc-arg": [