Skip to content

Commit 024e612

Browse files
committed
deps: abbrev@2.0.0
1 parent 66f9bcd commit 024e612

File tree

9 files changed

+75
-70
lines changed

9 files changed

+75
-70
lines changed

node_modules/.gitignore

+1-3
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@
157157
/node-gyp/node_modules/@npmcli/*
158158
!/node-gyp/node_modules/@npmcli/fs
159159
!/node-gyp/node_modules/@npmcli/move-file
160+
!/node-gyp/node_modules/abbrev
160161
!/node-gyp/node_modules/are-we-there-yet
161162
!/node-gyp/node_modules/brace-expansion
162163
!/node-gyp/node_modules/cacache
@@ -177,9 +178,6 @@
177178
!/node-gyp/node_modules/unique-slug
178179
!/node-gyp/node_modules/which
179180
!/nopt
180-
!/nopt/node_modules/
181-
/nopt/node_modules/*
182-
!/nopt/node_modules/abbrev
183181
!/normalize-package-data
184182
!/npm-audit-report
185183
!/npm-bundled

node_modules/abbrev/package.json

+33-11
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,43 @@
11
{
22
"name": "abbrev",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"description": "Like ruby's abbrev module, but in js",
5-
"author": "Isaac Z. Schlueter <i@izs.me>",
6-
"main": "abbrev.js",
5+
"author": "GitHub Inc.",
6+
"main": "lib/index.js",
77
"scripts": {
8-
"test": "tap test.js --100",
9-
"preversion": "npm test",
10-
"postversion": "npm publish",
11-
"postpublish": "git push origin --all; git push origin --tags"
8+
"test": "tap",
9+
"lint": "eslint \"**/*.js\"",
10+
"postlint": "template-oss-check",
11+
"template-oss-apply": "template-oss-apply --force",
12+
"lintfix": "npm run lint -- --fix",
13+
"snap": "tap",
14+
"posttest": "npm run lint"
15+
},
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/npm/abbrev-js.git"
1219
},
13-
"repository": "http://github.com/isaacs/abbrev-js",
1420
"license": "ISC",
1521
"devDependencies": {
16-
"tap": "^10.1"
22+
"@npmcli/eslint-config": "^4.0.0",
23+
"@npmcli/template-oss": "4.8.0",
24+
"tap": "^16.3.0"
25+
},
26+
"tap": {
27+
"nyc-arg": [
28+
"--exclude",
29+
"tap-snapshots/**"
30+
]
1731
},
1832
"files": [
19-
"abbrev.js"
20-
]
33+
"bin/",
34+
"lib/"
35+
],
36+
"engines": {
37+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
38+
},
39+
"templateOSS": {
40+
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
41+
"version": "4.8.0"
42+
}
2143
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "abbrev",
3+
"version": "1.1.1",
4+
"description": "Like ruby's abbrev module, but in js",
5+
"author": "Isaac Z. Schlueter <i@izs.me>",
6+
"main": "abbrev.js",
7+
"scripts": {
8+
"test": "tap test.js --100",
9+
"preversion": "npm test",
10+
"postversion": "npm publish",
11+
"postpublish": "git push origin --all; git push origin --tags"
12+
},
13+
"repository": "http://github.com/isaacs/abbrev-js",
14+
"license": "ISC",
15+
"devDependencies": {
16+
"tap": "^10.1"
17+
},
18+
"files": [
19+
"abbrev.js"
20+
]
21+
}

node_modules/nopt/node_modules/abbrev/package.json

-43
This file was deleted.

package-lock.json

+19-12
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"@npmcli/map-workspaces": "^3.0.0",
9393
"@npmcli/package-json": "^3.0.0",
9494
"@npmcli/run-script": "^6.0.0",
95-
"abbrev": "~1.1.1",
95+
"abbrev": "^2.0.0",
9696
"archy": "~1.0.0",
9797
"cacache": "^17.0.1",
9898
"chalk": "^4.1.2",
@@ -2564,9 +2564,13 @@
25642564
"dev": true
25652565
},
25662566
"node_modules/abbrev": {
2567-
"version": "1.1.1",
2567+
"version": "2.0.0",
2568+
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz",
2569+
"integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==",
25682570
"inBundle": true,
2569-
"license": "ISC"
2571+
"engines": {
2572+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2573+
}
25702574
},
25712575
"node_modules/abort-controller": {
25722576
"version": "3.0.0",
@@ -7088,6 +7092,12 @@
70887092
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
70897093
}
70907094
},
7095+
"node_modules/licensee/node_modules/abbrev": {
7096+
"version": "1.1.1",
7097+
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
7098+
"integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
7099+
"dev": true
7100+
},
70917101
"node_modules/licensee/node_modules/are-we-there-yet": {
70927102
"version": "3.0.1",
70937103
"resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz",
@@ -8272,6 +8282,12 @@
82728282
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
82738283
}
82748284
},
8285+
"node_modules/node-gyp/node_modules/abbrev": {
8286+
"version": "1.1.1",
8287+
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
8288+
"integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
8289+
"inBundle": true
8290+
},
82758291
"node_modules/node-gyp/node_modules/are-we-there-yet": {
82768292
"version": "3.0.1",
82778293
"resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz",
@@ -8580,15 +8596,6 @@
85808596
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
85818597
}
85828598
},
8583-
"node_modules/nopt/node_modules/abbrev": {
8584-
"version": "2.0.0",
8585-
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz",
8586-
"integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==",
8587-
"inBundle": true,
8588-
"engines": {
8589-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
8590-
}
8591-
},
85928599
"node_modules/normalize-package-data": {
85938600
"version": "5.0.0",
85948601
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-5.0.0.tgz",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@npmcli/map-workspaces": "^3.0.0",
6363
"@npmcli/package-json": "^3.0.0",
6464
"@npmcli/run-script": "^6.0.0",
65-
"abbrev": "~1.1.1",
65+
"abbrev": "^2.0.0",
6666
"archy": "~1.0.0",
6767
"cacache": "^17.0.1",
6868
"chalk": "^4.1.2",

0 commit comments

Comments
 (0)