package.json 3.0 KB

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