UNPKG

npm

Version:

a package manager for JavaScript

43 lines (42 loc) 1.33 kB
{ "name": "abbrev", "version": "5.0.0", "description": "Like ruby's abbrev module, but in js", "author": "GitHub Inc.", "main": "lib/index.js", "scripts": { "test": "node --test './test/**/*.js'", "lint": "npm run eslint", "postlint": "template-oss-check", "template-oss-apply": "template-oss-apply --force", "lintfix": "npm run eslint -- --fix", "snap": "node --test --test-update-snapshots './test/**/*.js'", "posttest": "npm run lint", "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", "test:cover": "node --test --experimental-test-coverage --test-timeout=3000 --test-coverage-lines=100 --test-coverage-functions=100 --test-coverage-branches=100 './test/**/*.js'", "test:node20": "node --test test" }, "repository": { "type": "git", "url": "git+https://github.com/npm/abbrev-js.git" }, "license": "ISC", "devDependencies": { "@npmcli/eslint-config": "^6.0.0", "@npmcli/template-oss": "5.0.0" }, "files": [ "bin/", "lib/" ], "engines": { "node": "^22.22.2 || ^24.15.0 || >=26.0.0" }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", "version": "5.0.0", "publish": true, "testRunner": "node:test", "latestCiVersion": 24 } }