Lines Matching +full:node +full:- +full:version
2 "name": "supports-preserve-symlinks-flag",
3 "version": "1.0.0", string
4 "description": "Determine if the current node version supports the `--preserve-symlinks` flag.",
19 "prepublishOnly": "safe-publish-latest",
20 "prepublish": "not-in-publish || npm run prepublishOnly",
21 "lint": "eslint --ext=js,mjs .",
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", string
27 … "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -…
31 "url": "git+https://github.com/inspect-js/node-supports-preserve-symlinks-flag.git"
34 "node",
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",
60 "node": ">= 0.4" string
62 "auto-changelog": {