package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_from": "data-view-byte-offset@^1.0.0",
  3. "_id": "data-view-byte-offset@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==",
  6. "_location": "/data-view-byte-offset",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "data-view-byte-offset@^1.0.0",
  12. "name": "data-view-byte-offset",
  13. "escapedName": "data-view-byte-offset",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz",
  22. "_shasum": "5e0bbfb4828ed2d1b9b400cd8a7d119bca0ff18a",
  23. "_spec": "data-view-byte-offset@^1.0.0",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\es-abstract",
  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/data-view-byte-offset/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "call-bind": "^1.0.6",
  43. "es-errors": "^1.3.0",
  44. "is-data-view": "^1.0.1"
  45. },
  46. "deprecated": false,
  47. "description": "Get the byteOffset out of a DataView, robustly.",
  48. "devDependencies": {
  49. "@arethetypeswrong/cli": "^0.15.0",
  50. "@ljharb/eslint-config": "^21.1.0",
  51. "@types/call-bind": "^1.0.5",
  52. "@types/es-value-fixtures": "^1.4.4",
  53. "@types/for-each": "^0.3.3",
  54. "@types/object-inspect": "^1.8.4",
  55. "@types/tape": "^5.6.4",
  56. "aud": "^2.0.4",
  57. "auto-changelog": "^2.4.0",
  58. "es-value-fixtures": "^1.4.2",
  59. "eslint": "=8.8.0",
  60. "evalmd": "^0.0.19",
  61. "for-each": "^0.3.3",
  62. "in-publish": "^2.0.1",
  63. "npmignore": "^0.3.1",
  64. "nyc": "^10.3.2",
  65. "object-inspect": "^1.13.1",
  66. "safe-publish-latest": "^2.0.0",
  67. "tape": "^5.7.4",
  68. "typescript": "next"
  69. },
  70. "engines": {
  71. "node": ">= 0.4"
  72. },
  73. "exports": {
  74. ".": "./index.js",
  75. "./package.json": "./package.json"
  76. },
  77. "funding": {
  78. "url": "https://github.com/sponsors/ljharb"
  79. },
  80. "homepage": "https://github.com/ljharb/data-view-byte-offset#readme",
  81. "keywords": [
  82. "javascript",
  83. "ecmascript",
  84. "dataView",
  85. "data",
  86. "view",
  87. "byte",
  88. "offset",
  89. "byteOffset",
  90. "robust"
  91. ],
  92. "license": "MIT",
  93. "main": "index.js",
  94. "name": "data-view-byte-offset",
  95. "publishConfig": {
  96. "ignore": [
  97. ".github/workflows"
  98. ]
  99. },
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/ljharb/data-view-byte-offset.git"
  103. },
  104. "scripts": {
  105. "lint": "eslint --ext=js,mjs .",
  106. "postlint": "tsc -p . && attw -P",
  107. "posttest": "aud --production",
  108. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  109. "prelint": "evalmd README.md",
  110. "prepack": "npmignore --auto --commentLines=autogenerated",
  111. "prepublish": "not-in-publish || npm run prepublishOnly",
  112. "prepublishOnly": "safe-publish-latest",
  113. "pretest": "npm run lint",
  114. "test": "npm run tests-only",
  115. "tests-only": "nyc tape 'test/**/*.js'",
  116. "version": "auto-changelog && git add CHANGELOG.md"
  117. },
  118. "sideEffects": false,
  119. "types": "./index.d.ts",
  120. "version": "1.0.0"
  121. }