package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_from": "is-data-view@^1.0.1",
  3. "_id": "is-data-view@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==",
  6. "_location": "/is-data-view",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-data-view@^1.0.1",
  12. "name": "is-data-view",
  13. "escapedName": "is-data-view",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/data-view-buffer",
  20. "/data-view-byte-length",
  21. "/data-view-byte-offset",
  22. "/es-abstract"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/is-data-view/-/is-data-view-1.0.1.tgz",
  25. "_shasum": "4b4d3a511b70f3dc26d42c03ca9ca515d847759f",
  26. "_spec": "is-data-view@^1.0.1",
  27. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\es-abstract",
  28. "author": {
  29. "name": "Jordan Harband",
  30. "email": "ljharb@gmail.com"
  31. },
  32. "auto-changelog": {
  33. "output": "CHANGELOG.md",
  34. "template": "keepachangelog",
  35. "unreleased": false,
  36. "commitLimit": false,
  37. "backfillLimit": false,
  38. "hideCredit": true
  39. },
  40. "bugs": {
  41. "url": "https://github.com/inspect-js/is-data-view/issues"
  42. },
  43. "bundleDependencies": false,
  44. "dependencies": {
  45. "is-typed-array": "^1.1.13"
  46. },
  47. "deprecated": false,
  48. "description": "Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.",
  49. "devDependencies": {
  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/make-arrow-function": "^1.2.2",
  55. "@types/make-generator-function": "^2.0.3",
  56. "@types/node": "^20.11.14",
  57. "@types/object-inspect": "^1.8.4",
  58. "@types/tape": "^5.6.4",
  59. "aud": "^2.0.4",
  60. "auto-changelog": "^2.4.0",
  61. "available-typed-arrays": "^1.0.6",
  62. "es-value-fixtures": "^1.4.2",
  63. "eslint": "=8.8.0",
  64. "evalmd": "^0.0.19",
  65. "for-each": "^0.3.3",
  66. "has-tostringtag": "^1.0.2",
  67. "in-publish": "^2.0.1",
  68. "make-arrow-function": "^1.2.0",
  69. "make-generator-function": "^2.0.0",
  70. "npmignore": "^0.3.1",
  71. "nyc": "^10.3.2",
  72. "object-inspect": "^1.13.1",
  73. "safe-publish-latest": "^2.0.0",
  74. "tape": "^5.7.4",
  75. "typescript": "next"
  76. },
  77. "engines": {
  78. "node": ">= 0.4"
  79. },
  80. "exports": {
  81. ".": "./index.js",
  82. "./package.json": "./package.json"
  83. },
  84. "funding": {
  85. "url": "https://github.com/sponsors/ljharb"
  86. },
  87. "homepage": "https://github.com/inspect-js/is-data-view#readme",
  88. "keywords": [
  89. "javascript",
  90. "ecmascript",
  91. "dataview",
  92. "data",
  93. "view",
  94. "typedarray",
  95. "typedarrays"
  96. ],
  97. "license": "MIT",
  98. "main": "index.js",
  99. "name": "is-data-view",
  100. "publishConfig": {
  101. "ignore": [
  102. ".github/workflows"
  103. ]
  104. },
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/inspect-js/is-data-view.git"
  108. },
  109. "scripts": {
  110. "lint": "eslint --ext=js,mjs .",
  111. "postlint": "tsc -p .",
  112. "posttest": "aud --production",
  113. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  114. "prelint": "evalmd README.md",
  115. "prepack": "npmignore --auto --commentLines=autogenerated",
  116. "prepublish": "not-in-publish || npm run prepublishOnly",
  117. "prepublishOnly": "safe-publish-latest",
  118. "pretest": "npm run lint",
  119. "test": "npm run tests-only",
  120. "tests-only": "nyc tape 'test/**/*.js'",
  121. "version": "auto-changelog && git add CHANGELOG.md"
  122. },
  123. "testling": {
  124. "files": "test/index.js"
  125. },
  126. "types": "./index.d.ts",
  127. "version": "1.0.1"
  128. }