package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_from": "es-define-property@^1.0.1",
  3. "_id": "es-define-property@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
  6. "_location": "/es-define-property",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "es-define-property@^1.0.1",
  12. "name": "es-define-property",
  13. "escapedName": "es-define-property",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/get-intrinsic"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.1.tgz",
  22. "_shasum": "983eb2f9a6724e9303f61addf011c72e09e0b0fa",
  23. "_spec": "es-define-property@^1.0.1",
  24. "_where": "D:\\project\\phe\\phe-xcx\\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/ljharb/es-define-property/issues"
  39. },
  40. "bundleDependencies": false,
  41. "deprecated": false,
  42. "description": "`Object.defineProperty`, but not IE 8's broken one.",
  43. "devDependencies": {
  44. "@ljharb/eslint-config": "^21.1.1",
  45. "@ljharb/tsconfig": "^0.2.2",
  46. "@types/gopd": "^1.0.3",
  47. "@types/tape": "^5.6.5",
  48. "auto-changelog": "^2.5.0",
  49. "encoding": "^0.1.13",
  50. "eslint": "^8.8.0",
  51. "evalmd": "^0.0.19",
  52. "gopd": "^1.2.0",
  53. "in-publish": "^2.0.1",
  54. "npmignore": "^0.3.1",
  55. "nyc": "^10.3.2",
  56. "safe-publish-latest": "^2.0.0",
  57. "tape": "^5.9.0",
  58. "typescript": "next"
  59. },
  60. "engines": {
  61. "node": ">= 0.4"
  62. },
  63. "exports": {
  64. ".": "./index.js",
  65. "./package.json": "./package.json"
  66. },
  67. "homepage": "https://github.com/ljharb/es-define-property#readme",
  68. "keywords": [
  69. "javascript",
  70. "ecmascript",
  71. "object",
  72. "define",
  73. "property",
  74. "defineProperty",
  75. "Object.defineProperty"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "es-define-property",
  80. "publishConfig": {
  81. "ignore": [
  82. ".github/workflows"
  83. ]
  84. },
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/ljharb/es-define-property.git"
  88. },
  89. "scripts": {
  90. "lint": "eslint --ext=js,mjs .",
  91. "postlint": "tsc -p .",
  92. "posttest": "npx npm@'>= 10.2' audit --production",
  93. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  94. "prelint": "evalmd README.md",
  95. "prepack": "npmignore --auto --commentLines=autogenerated",
  96. "prepublish": "not-in-publish || npm run prepublishOnly",
  97. "prepublishOnly": "safe-publish-latest",
  98. "pretest": "npm run lint",
  99. "test": "npm run tests-only",
  100. "tests-only": "nyc tape 'test/**/*.js'",
  101. "version": "auto-changelog && git add CHANGELOG.md"
  102. },
  103. "sideEffects": false,
  104. "testling": {
  105. "files": "test/index.js"
  106. },
  107. "types": "./index.d.ts",
  108. "version": "1.0.1"
  109. }