Lines Matching +full:js +full:- +full:lint
2 "name": "supports-preserve-symlinks-flag",
4 "description": "Determine if the current node version supports the `--preserve-symlinks` flag.",
5 "main": "./index.js",
6 "browser": "./browser.js",
10 "browser": "./browser.js",
11 "default": "./index.js"
13 "./index.js"
19 "prepublishOnly": "safe-publish-latest",
20 "prepublish": "not-in-publish || npm run prepublishOnly",
21 "lint": "eslint --ext=js,mjs .", string
22 "pretest": "npm run lint",
23 "tests-only": "nyc tape 'test/**/*.js'",
24 "test": "npm run tests-only",
25 "posttest": "aud --production",
26 "version": "auto-changelog && git add CHANGELOG.md",
27 …"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag …
31 "url": "git+https://github.com/inspect-js/node-supports-preserve-symlinks-flag.git"
38 "preserve-symlinks"
46 "url": "https://github.com/inspect-js/node-supports-preserve-symlinks-flag/issues"
48 "homepage": "https://github.com/inspect-js/node-supports-preserve-symlinks-flag#readme",
50 "@ljharb/eslint-config": "^20.1.0",
52 "auto-changelog": "^2.3.0",
55 "safe-publish-latest": "^2.0.0",
62 "auto-changelog": {