Lines Matching +full:js +full:- +full:lint
2 "name": "is-core-module",
4 "description": "Is this specifier a node.js core module?",
5 "main": "index.js",
8 ".": "./index.js",
12 "prepack": "npmignore --auto --commentLines=autogenerated",
13 "prepublish": "not-in-publish || npm run prepublishOnly",
14 "prepublishOnly": "safe-publish-latest",
15 "lint": "eslint .", string
16 "pretest": "npm run lint",
17 "tests-only": "nyc tape 'test/**/*.js'",
18 "test": "npm run tests-only",
19 "posttest": "aud --production",
20 "version": "auto-changelog && git add CHANGELOG.md",
21 …"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag …
25 "url": "git+https://github.com/inspect-js/is-core-module.git"
41 "url": "https://github.com/inspect-js/is-core-module/issues"
43 "homepage": "https://github.com/inspect-js/is-core-module",
48 "@ljharb/eslint-config": "^21.1.0",
50 "auto-changelog": "^2.4.0",
52 "in-publish": "^2.0.1",
53 "mock-property": "^1.0.0",
56 "safe-publish-latest": "^2.0.0",
60 "auto-changelog": {