package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_from": "hasown@^2.0.2",
  3. "_id": "hasown@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
  6. "_location": "/hasown",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "hasown@^2.0.2",
  12. "name": "hasown",
  13. "escapedName": "hasown",
  14. "rawSpec": "^2.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.2"
  17. },
  18. "_requiredBy": [
  19. "/es-set-tostringtag",
  20. "/get-intrinsic"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.2.tgz",
  23. "_shasum": "003eaf91be7adc372e84ec59dc37252cedb80003",
  24. "_spec": "hasown@^2.0.2",
  25. "_where": "D:\\project\\phe\\phe-xcx\\node_modules\\es-set-tostringtag",
  26. "author": {
  27. "name": "Jordan Harband",
  28. "email": "ljharb@gmail.com"
  29. },
  30. "auto-changelog": {
  31. "output": "CHANGELOG.md",
  32. "template": "keepachangelog",
  33. "unreleased": false,
  34. "commitLimit": false,
  35. "backfillLimit": false,
  36. "hideCredit": true
  37. },
  38. "bugs": {
  39. "url": "https://github.com/inspect-js/hasOwn/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "function-bind": "^1.1.2"
  44. },
  45. "deprecated": false,
  46. "description": "A robust, ES3 compatible, \"has own property\" predicate.",
  47. "devDependencies": {
  48. "@arethetypeswrong/cli": "^0.15.1",
  49. "@ljharb/eslint-config": "^21.1.0",
  50. "@ljharb/tsconfig": "^0.2.0",
  51. "@types/function-bind": "^1.1.10",
  52. "@types/mock-property": "^1.0.2",
  53. "@types/tape": "^5.6.4",
  54. "aud": "^2.0.4",
  55. "auto-changelog": "^2.4.0",
  56. "eslint": "=8.8.0",
  57. "evalmd": "^0.0.19",
  58. "in-publish": "^2.0.1",
  59. "mock-property": "^1.0.3",
  60. "npmignore": "^0.3.1",
  61. "nyc": "^10.3.2",
  62. "safe-publish-latest": "^2.0.0",
  63. "tape": "^5.7.5",
  64. "typescript": "next"
  65. },
  66. "engines": {
  67. "node": ">= 0.4"
  68. },
  69. "exports": {
  70. ".": "./index.js",
  71. "./package.json": "./package.json"
  72. },
  73. "homepage": "https://github.com/inspect-js/hasOwn#readme",
  74. "keywords": [
  75. "has",
  76. "hasOwnProperty",
  77. "hasOwn",
  78. "has-own",
  79. "own",
  80. "has",
  81. "property",
  82. "in",
  83. "javascript",
  84. "ecmascript"
  85. ],
  86. "license": "MIT",
  87. "main": "index.js",
  88. "name": "hasown",
  89. "publishConfig": {
  90. "ignore": [
  91. ".github/workflows",
  92. "test"
  93. ]
  94. },
  95. "repository": {
  96. "type": "git",
  97. "url": "git+https://github.com/inspect-js/hasOwn.git"
  98. },
  99. "scripts": {
  100. "lint": "eslint --ext=js,mjs .",
  101. "postlint": "npm run tsc",
  102. "posttest": "aud --production",
  103. "posttsc": "attw -P",
  104. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  105. "prelint": "evalmd README.md",
  106. "prepack": "npmignore --auto --commentLines=autogenerated",
  107. "prepublish": "not-in-publish || npm run prepublishOnly",
  108. "prepublishOnly": "safe-publish-latest",
  109. "pretest": "npm run lint",
  110. "test": "npm run tests-only",
  111. "tests-only": "nyc tape 'test/**/*.js'",
  112. "tsc": "tsc -p .",
  113. "version": "auto-changelog && git add CHANGELOG.md"
  114. },
  115. "sideEffects": false,
  116. "testling": {
  117. "files": "test/index.js"
  118. },
  119. "types": "index.d.ts",
  120. "version": "2.0.2"
  121. }