package.json 3.3 KB

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