Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
deps: @npmcli/name-from-folder@2.0.0
  • Loading branch information
fritzy committed Feb 1, 2023
1 parent 1d4be7a commit 4b8046e
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 95 deletions.
5 changes: 0 additions & 5 deletions node_modules/.gitignore
Expand Up @@ -21,11 +21,6 @@
!/@npmcli/git
!/@npmcli/installed-package-contents
!/@npmcli/map-workspaces
!/@npmcli/map-workspaces/node_modules/
/@npmcli/map-workspaces/node_modules/*
!/@npmcli/map-workspaces/node_modules/@npmcli/
/@npmcli/map-workspaces/node_modules/@npmcli/*
!/@npmcli/map-workspaces/node_modules/@npmcli/name-from-folder
!/@npmcli/metavuln-calculator
!/@npmcli/name-from-folder
!/@npmcli/node-gyp
Expand Down

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions node_modules/@npmcli/name-from-folder/index.js

This file was deleted.

38 changes: 27 additions & 11 deletions node_modules/@npmcli/name-from-folder/package.json
@@ -1,27 +1,43 @@
{
"name": "@npmcli/name-from-folder",
"version": "1.0.1",
"version": "2.0.0",
"files": [
"index.js"
"bin/",
"lib/"
],
"main": "lib/index.js",
"description": "Get the package name from a folder path",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/name-from-folder"
"url": "https://github.com/npm/name-from-folder.git"
},
"author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
"author": "GitHub Inc.",
"license": "ISC",
"scripts": {
"test": "tap",
"snap": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags"
},
"tap": {
"check-coverage": true
"lint": "eslint \"**/*.js\"",
"postlint": "template-oss-check",
"template-oss-apply": "template-oss-apply --force",
"lintfix": "npm run lint -- --fix",
"posttest": "npm run lint"
},
"devDependencies": {
"tap": "^14.10.7"
"@npmcli/eslint-config": "^4.0.1",
"@npmcli/template-oss": "4.11.0",
"tap": "^16.3.2"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.11.0"
},
"tap": {
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
}
}
20 changes: 8 additions & 12 deletions package-lock.json
Expand Up @@ -2177,15 +2177,6 @@
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/@npmcli/map-workspaces/node_modules/@npmcli/name-from-folder": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-2.0.0.tgz",
"integrity": "sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==",
"inBundle": true,
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/@npmcli/metavuln-calculator": {
"version": "5.0.0",
"license": "ISC",
Expand All @@ -2204,8 +2195,13 @@
"link": true
},
"node_modules/@npmcli/name-from-folder": {
"version": "1.0.1",
"license": "ISC"
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-2.0.0.tgz",
"integrity": "sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==",
"inBundle": true,
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/@npmcli/node-gyp": {
"version": "3.0.0",
Expand Down Expand Up @@ -14387,7 +14383,7 @@
"@npmcli/installed-package-contents": "^2.0.0",
"@npmcli/map-workspaces": "^3.0.1",
"@npmcli/metavuln-calculator": "^5.0.0",
"@npmcli/name-from-folder": "^1.0.1",
"@npmcli/name-from-folder": "^2.0.0",
"@npmcli/node-gyp": "^3.0.0",
"@npmcli/package-json": "^3.0.0",
"@npmcli/query": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -250,7 +250,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.11.1",
"version": "4.11.3",
"content": "./scripts/template-oss/root.js"
},
"license": "Artistic-2.0",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
Expand Up @@ -8,7 +8,7 @@
"@npmcli/installed-package-contents": "^2.0.0",
"@npmcli/map-workspaces": "^3.0.1",
"@npmcli/metavuln-calculator": "^5.0.0",
"@npmcli/name-from-folder": "^1.0.1",
"@npmcli/name-from-folder": "^2.0.0",
"@npmcli/node-gyp": "^3.0.0",
"@npmcli/package-json": "^3.0.0",
"@npmcli/query": "^3.0.0",
Expand Down

0 comments on commit 4b8046e

Please sign in to comment.