package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "supports-preserve-symlinks-flag@1.0.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "supports-preserve-symlinks-flag@1.0.0",
  10. "_id": "supports-preserve-symlinks-flag@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
  13. "_location": "/supports-preserve-symlinks-flag",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "supports-preserve-symlinks-flag@1.0.0",
  19. "name": "supports-preserve-symlinks-flag",
  20. "escapedName": "supports-preserve-symlinks-flag",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/resolve"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com"
  34. },
  35. "auto-changelog": {
  36. "output": "CHANGELOG.md",
  37. "template": "keepachangelog",
  38. "unreleased": false,
  39. "commitLimit": false,
  40. "backfillLimit": false,
  41. "hideCredit": true
  42. },
  43. "browser": "./browser.js",
  44. "bugs": {
  45. "url": "https://github.com/inspect-js/node-supports-preserve-symlinks-flag/issues"
  46. },
  47. "description": "Determine if the current node version supports the `--preserve-symlinks` flag.",
  48. "devDependencies": {
  49. "@ljharb/eslint-config": "^20.1.0",
  50. "aud": "^1.1.5",
  51. "auto-changelog": "^2.3.0",
  52. "eslint": "^8.6.0",
  53. "nyc": "^10.3.2",
  54. "safe-publish-latest": "^2.0.0",
  55. "semver": "^6.3.0",
  56. "tape": "^5.4.0"
  57. },
  58. "engines": {
  59. "node": ">= 0.4"
  60. },
  61. "exports": {
  62. ".": [
  63. {
  64. "browser": "./browser.js",
  65. "default": "./index.js"
  66. },
  67. "./index.js"
  68. ],
  69. "./package.json": "./package.json"
  70. },
  71. "funding": {
  72. "url": "https://github.com/sponsors/ljharb"
  73. },
  74. "homepage": "https://github.com/inspect-js/node-supports-preserve-symlinks-flag#readme",
  75. "keywords": [
  76. "node",
  77. "flag",
  78. "symlink",
  79. "symlinks",
  80. "preserve-symlinks"
  81. ],
  82. "license": "MIT",
  83. "main": "./index.js",
  84. "name": "supports-preserve-symlinks-flag",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/inspect-js/node-supports-preserve-symlinks-flag.git"
  88. },
  89. "scripts": {
  90. "lint": "eslint --ext=js,mjs .",
  91. "posttest": "aud --production",
  92. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  93. "prepublish": "not-in-publish || npm run prepublishOnly",
  94. "prepublishOnly": "safe-publish-latest",
  95. "pretest": "npm run lint",
  96. "test": "npm run tests-only",
  97. "tests-only": "nyc tape 'test/**/*.js'",
  98. "version": "auto-changelog && git add CHANGELOG.md"
  99. },
  100. "sideEffects": false,
  101. "version": "1.0.0"
  102. }