You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1002 B
43 lines
1002 B
{ |
|
"name": "abbrev", |
|
"version": "2.0.0", |
|
"description": "Like ruby's abbrev module, but in js", |
|
"author": "GitHub Inc.", |
|
"main": "lib/index.js", |
|
"scripts": { |
|
"test": "tap", |
|
"lint": "eslint \"**/*.js\"", |
|
"postlint": "template-oss-check", |
|
"template-oss-apply": "template-oss-apply --force", |
|
"lintfix": "npm run lint -- --fix", |
|
"snap": "tap", |
|
"posttest": "npm run lint" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/npm/abbrev-js.git" |
|
}, |
|
"license": "ISC", |
|
"devDependencies": { |
|
"@npmcli/eslint-config": "^4.0.0", |
|
"@npmcli/template-oss": "4.8.0", |
|
"tap": "^16.3.0" |
|
}, |
|
"tap": { |
|
"nyc-arg": [ |
|
"--exclude", |
|
"tap-snapshots/**" |
|
] |
|
}, |
|
"files": [ |
|
"bin/", |
|
"lib/" |
|
], |
|
"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.8.0" |
|
} |
|
}
|
|
|