package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. "es-define-property@1.0.0",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "es-define-property@1.0.0",
  9. "_id": "es-define-property@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==",
  12. "_location": "/es-define-property",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "es-define-property@1.0.0",
  18. "name": "es-define-property",
  19. "escapedName": "es-define-property",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/call-bind",
  26. "/define-data-property",
  27. "/has-property-descriptors"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.0.tgz",
  30. "_spec": "1.0.0",
  31. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  32. "author": {
  33. "name": "Jordan Harband",
  34. "email": "ljharb@gmail.com"
  35. },
  36. "auto-changelog": {
  37. "output": "CHANGELOG.md",
  38. "template": "keepachangelog",
  39. "unreleased": false,
  40. "commitLimit": false,
  41. "backfillLimit": false,
  42. "hideCredit": true
  43. },
  44. "bugs": {
  45. "url": "https://github.com/ljharb/es-define-property/issues"
  46. },
  47. "dependencies": {
  48. "get-intrinsic": "^1.2.4"
  49. },
  50. "description": "`Object.defineProperty`, but not IE 8's broken one.",
  51. "devDependencies": {
  52. "@ljharb/eslint-config": "^21.1.0",
  53. "@types/get-intrinsic": "^1.2.2",
  54. "@types/gopd": "^1.0.3",
  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. "gopd": "^1.0.1",
  61. "in-publish": "^2.0.1",
  62. "npmignore": "^0.3.1",
  63. "nyc": "^10.3.2",
  64. "safe-publish-latest": "^2.0.0",
  65. "tape": "^5.7.4",
  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/ljharb/es-define-property#readme",
  76. "keywords": [
  77. "javascript",
  78. "ecmascript",
  79. "object",
  80. "define",
  81. "property",
  82. "defineProperty",
  83. "Object.defineProperty"
  84. ],
  85. "license": "MIT",
  86. "main": "index.js",
  87. "name": "es-define-property",
  88. "publishConfig": {
  89. "ignore": [
  90. ".github/workflows"
  91. ]
  92. },
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/ljharb/es-define-property.git"
  96. },
  97. "scripts": {
  98. "lint": "eslint --ext=js,mjs .",
  99. "postlint": "tsc -p .",
  100. "posttest": "aud --production",
  101. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  102. "prelint": "evalmd README.md",
  103. "prepack": "npmignore --auto --commentLines=autogenerated",
  104. "prepublish": "not-in-publish || npm run prepublishOnly",
  105. "prepublishOnly": "safe-publish-latest",
  106. "pretest": "npm run lint",
  107. "test": "npm run tests-only",
  108. "tests-only": "nyc tape 'test/**/*.js'",
  109. "version": "auto-changelog && git add CHANGELOG.md"
  110. },
  111. "sideEffects": false,
  112. "types": "./index.d.ts",
  113. "version": "1.0.0"
  114. }