package.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. {
  2. "_from": "define-data-property@^1.0.1",
  3. "_id": "define-data-property@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==",
  6. "_location": "/define-data-property",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "define-data-property@^1.0.1",
  12. "name": "define-data-property",
  13. "escapedName": "define-data-property",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/define-properties"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.1.tgz",
  22. "_shasum": "c35f7cd0ab09883480d12ac5cb213715587800b3",
  23. "_spec": "define-data-property@^1.0.1",
  24. "_where": "/Users/xulianxin/Documents/develop/game/TileMatch/TileManor.Lv/TileManor/scripts/electron/node_modules/define-properties",
  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/ljharb/define-data-property/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "get-intrinsic": "^1.2.1",
  43. "gopd": "^1.0.1",
  44. "has-property-descriptors": "^1.0.0"
  45. },
  46. "deprecated": false,
  47. "description": "Define a data property on an object. Will fall back to assignment in an engine without descriptors.",
  48. "devDependencies": {
  49. "@ljharb/eslint-config": "^21.1.0",
  50. "@types/es-value-fixtures": "^1.4.1",
  51. "@types/for-each": "^0.3.1",
  52. "@types/get-intrinsic": "^1.2.0",
  53. "@types/gopd": "^1.0.1",
  54. "@types/has": "^1.0.0",
  55. "@types/has-property-descriptors": "^1.0.1",
  56. "@types/object-inspect": "^1.8.2",
  57. "@types/object.getownpropertydescriptors": "^2.1.2",
  58. "@types/tape": "^5.6.1",
  59. "aud": "^2.0.3",
  60. "auto-changelog": "^2.4.0",
  61. "es-value-fixtures": "^1.4.2",
  62. "eslint": "=8.8.0",
  63. "evalmd": "^0.0.19",
  64. "for-each": "^0.3.3",
  65. "has": "^1.0.3",
  66. "in-publish": "^2.0.1",
  67. "npmignore": "^0.3.0",
  68. "nyc": "^10.3.2",
  69. "object-inspect": "^1.12.3",
  70. "object.getownpropertydescriptors": "^2.1.7",
  71. "reflect.ownkeys": "^1.1.4",
  72. "safe-publish-latest": "^2.0.0",
  73. "tape": "^5.7.1",
  74. "typescript": "^5.3.0-dev.20231012"
  75. },
  76. "engines": {
  77. "node": ">= 0.4"
  78. },
  79. "exports": {
  80. ".": [
  81. {
  82. "types": "./index.d.ts",
  83. "default": "./index.js"
  84. },
  85. "./index.js"
  86. ],
  87. "./package.json": "./package.json"
  88. },
  89. "homepage": "https://github.com/ljharb/define-data-property#readme",
  90. "keywords": [
  91. "define",
  92. "data",
  93. "property",
  94. "object",
  95. "accessor",
  96. "javascript",
  97. "ecmascript",
  98. "enumerable",
  99. "configurable",
  100. "writable"
  101. ],
  102. "license": "MIT",
  103. "main": "index.js",
  104. "name": "define-data-property",
  105. "publishConfig": {
  106. "ignore": [
  107. ".github/workflows",
  108. "!*.ts",
  109. "!*.ts.map",
  110. "types/reflect.ownkeys"
  111. ]
  112. },
  113. "repository": {
  114. "type": "git",
  115. "url": "git+https://github.com/ljharb/define-data-property.git"
  116. },
  117. "scripts": {
  118. "emit-types": "npm run tsc -- --noEmit false --emitDeclarationOnly",
  119. "lint": "eslint --ext=js,mjs .",
  120. "postemit-types": "rm test/*.ts test/*.ts.map",
  121. "postlint": "npm run tsc",
  122. "posttest": "aud --production",
  123. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  124. "preemit-types": "rm -f *.ts *.ts.map test/*.ts test/*.ts.map",
  125. "prelint": "evalmd README.md",
  126. "prepack": "npmignore --auto --commentLines=autogenerated && npm run emit-types",
  127. "prepublish": "not-in-publish || npm run prepublishOnly",
  128. "prepublishOnly": "safe-publish-latest",
  129. "pretest": "npm run lint",
  130. "test": "npm run tests-only",
  131. "tests-only": "nyc tape 'test/**/*.js'",
  132. "tsc": "tsc -p .",
  133. "version": "auto-changelog && git add CHANGELOG.md"
  134. },
  135. "sideEffects": false,
  136. "testling": {
  137. "files": "test/index.js"
  138. },
  139. "types": "./index.d.ts",
  140. "version": "1.1.1"
  141. }