package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "_from": "define-data-property@^1.1.4",
  3. "_id": "define-data-property@1.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==",
  6. "_location": "/define-data-property",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "define-data-property@^1.1.4",
  12. "name": "define-data-property",
  13. "escapedName": "define-data-property",
  14. "rawSpec": "^1.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.4"
  17. },
  18. "_requiredBy": [
  19. "/define-properties",
  20. "/set-function-length",
  21. "/set-function-name",
  22. "/string.prototype.trim",
  23. "/util.promisify"
  24. ],
  25. "_resolved": "https://registry.npmmirror.com/define-data-property/-/define-data-property-1.1.4.tgz",
  26. "_shasum": "894dc141bb7d3060ae4366f6a0107e68fbe48c5e",
  27. "_spec": "define-data-property@^1.1.4",
  28. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\set-function-length",
  29. "author": {
  30. "name": "Jordan Harband",
  31. "email": "ljharb@gmail.com"
  32. },
  33. "auto-changelog": {
  34. "output": "CHANGELOG.md",
  35. "template": "keepachangelog",
  36. "unreleased": false,
  37. "commitLimit": false,
  38. "backfillLimit": false,
  39. "hideCredit": true
  40. },
  41. "bugs": {
  42. "url": "https://github.com/ljharb/define-data-property/issues"
  43. },
  44. "bundleDependencies": false,
  45. "dependencies": {
  46. "es-define-property": "^1.0.0",
  47. "es-errors": "^1.3.0",
  48. "gopd": "^1.0.1"
  49. },
  50. "deprecated": false,
  51. "description": "Define a data property on an object. Will fall back to assignment in an engine without descriptors.",
  52. "devDependencies": {
  53. "@ljharb/eslint-config": "^21.1.0",
  54. "@types/call-bind": "^1.0.5",
  55. "@types/define-properties": "^1.1.5",
  56. "@types/es-value-fixtures": "^1.4.4",
  57. "@types/for-each": "^0.3.3",
  58. "@types/get-intrinsic": "^1.2.2",
  59. "@types/gopd": "^1.0.3",
  60. "@types/has-property-descriptors": "^1.0.3",
  61. "@types/object-inspect": "^1.8.4",
  62. "@types/object.getownpropertydescriptors": "^2.1.4",
  63. "@types/tape": "^5.6.4",
  64. "aud": "^2.0.4",
  65. "auto-changelog": "^2.4.0",
  66. "es-value-fixtures": "^1.4.2",
  67. "eslint": "=8.8.0",
  68. "evalmd": "^0.0.19",
  69. "for-each": "^0.3.3",
  70. "hasown": "^2.0.1",
  71. "in-publish": "^2.0.1",
  72. "npmignore": "^0.3.1",
  73. "nyc": "^10.3.2",
  74. "object-inspect": "^1.13.1",
  75. "object.getownpropertydescriptors": "^2.1.7",
  76. "reflect.ownkeys": "^1.1.4",
  77. "safe-publish-latest": "^2.0.0",
  78. "tape": "^5.7.4",
  79. "typescript": "next"
  80. },
  81. "engines": {
  82. "node": ">= 0.4"
  83. },
  84. "exports": {
  85. ".": "./index.js",
  86. "./package.json": "./package.json"
  87. },
  88. "funding": {
  89. "url": "https://github.com/sponsors/ljharb"
  90. },
  91. "homepage": "https://github.com/ljharb/define-data-property#readme",
  92. "keywords": [
  93. "define",
  94. "data",
  95. "property",
  96. "object",
  97. "accessor",
  98. "javascript",
  99. "ecmascript",
  100. "enumerable",
  101. "configurable",
  102. "writable"
  103. ],
  104. "license": "MIT",
  105. "main": "index.js",
  106. "name": "define-data-property",
  107. "publishConfig": {
  108. "ignore": [
  109. ".github/workflows",
  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. "lint": "eslint --ext=js,mjs .",
  119. "postlint": "npm run tsc",
  120. "posttest": "aud --production",
  121. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  122. "prelint": "evalmd README.md",
  123. "prepack": "npmignore --auto --commentLines=autogenerated",
  124. "prepublish": "not-in-publish || npm run prepublishOnly",
  125. "prepublishOnly": "safe-publish-latest",
  126. "pretest": "npm run lint",
  127. "test": "npm run tests-only",
  128. "tests-only": "nyc tape 'test/**/*.js'",
  129. "tsc": "tsc -p .",
  130. "version": "auto-changelog && git add CHANGELOG.md"
  131. },
  132. "sideEffects": false,
  133. "testling": {
  134. "files": "test/index.js"
  135. },
  136. "types": "./index.d.ts",
  137. "version": "1.1.4"
  138. }