package.json 3.2 KB

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