package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_from": "hasown@^2.0.0",
  3. "_id": "hasown@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==",
  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. ],
  21. "_resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz",
  22. "_shasum": "f4c513d454a57b7c7e1650778de226b11700546c",
  23. "_spec": "hasown@^2.0.0",
  24. "_where": "/Users/xulianxin/Documents/develop/game/TileMatch/TileManor.Lv/TileManor/scripts/electron/node_modules/get-intrinsic",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com"
  28. },
  29. "auto-changelog": {
  30. "output": "CHANGELOG.md",
  31. "template": "keepachangelog",
  32. "unreleased": false,
  33. "commitLimit": false,
  34. "backfillLimit": false,
  35. "hideCredit": true
  36. },
  37. "bugs": {
  38. "url": "https://github.com/inspect-js/hasOwn/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "function-bind": "^1.1.2"
  43. },
  44. "deprecated": false,
  45. "description": "A robust, ES3 compatible, \"has own property\" predicate.",
  46. "devDependencies": {
  47. "@ljharb/eslint-config": "^21.1.0",
  48. "@types/function-bind": "^1.1.9",
  49. "@types/mock-property": "^1.0.1",
  50. "@types/tape": "^5.6.3",
  51. "aud": "^2.0.3",
  52. "auto-changelog": "^2.4.0",
  53. "eslint": "=8.8.0",
  54. "evalmd": "^0.0.19",
  55. "in-publish": "^2.0.1",
  56. "mock-property": "^1.0.2",
  57. "npmignore": "^0.3.0",
  58. "nyc": "^10.3.2",
  59. "safe-publish-latest": "^2.0.0",
  60. "tape": "^5.7.1",
  61. "typescript": "^5.3.0-dev.20231019"
  62. },
  63. "engines": {
  64. "node": ">= 0.4"
  65. },
  66. "exports": {
  67. ".": "./index.js",
  68. "./package.json": "./package.json"
  69. },
  70. "homepage": "https://github.com/inspect-js/hasOwn#readme",
  71. "keywords": [
  72. "has",
  73. "hasOwnProperty",
  74. "hasOwn",
  75. "has-own",
  76. "own",
  77. "has",
  78. "property",
  79. "in",
  80. "javascript",
  81. "ecmascript"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "name": "hasown",
  86. "publishConfig": {
  87. "ignore": [
  88. ".github/workflows",
  89. "test",
  90. "!*.d.ts",
  91. "!*.d.ts.map"
  92. ]
  93. },
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/inspect-js/hasOwn.git"
  97. },
  98. "scripts": {
  99. "emit-types": "npm run tsc -- --noEmit false --emitDeclarationOnly",
  100. "lint": "eslint --ext=js,mjs .",
  101. "postlint": "npm run tsc",
  102. "posttest": "aud --production",
  103. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  104. "preemit-types": "rm -f *.ts *.ts.map test/*.ts test/*.ts.map",
  105. "prelint": "evalmd README.md",
  106. "prepack": "npmignore --auto --commentLines=autogenerated && npm run emit-types",
  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. "testling": {
  116. "files": "test/index.js"
  117. },
  118. "version": "2.0.0"
  119. }