package.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. {
  2. "_args": [
  3. [
  4. "es-abstract@1.19.2",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "es-abstract@1.19.2",
  10. "_id": "es-abstract@1.19.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-gfSBJoZdlL2xRiOCy0g8gLMryhoe1TlimjzU99L/31Z8QEGIhVQI+EWwt5lT+AuU9SnorVupXFqqOGqGfsyO6w==",
  13. "_location": "/es-abstract",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "es-abstract@1.19.2",
  19. "name": "es-abstract",
  20. "escapedName": "es-abstract",
  21. "rawSpec": "1.19.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.19.2"
  24. },
  25. "_requiredBy": [
  26. "/object.getownpropertydescriptors",
  27. "/object.values",
  28. "/string.prototype.padend",
  29. "/string.prototype.padstart",
  30. "/util.promisify"
  31. ],
  32. "_resolved": "https://registry.npmmirror.com/es-abstract/-/es-abstract-1.19.2.tgz",
  33. "_spec": "1.19.2",
  34. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  35. "author": {
  36. "name": "Jordan Harband",
  37. "email": "ljharb@gmail.com",
  38. "url": "http://ljharb.codes"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/ljharb/es-abstract/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Jordan Harband",
  46. "email": "ljharb@gmail.com",
  47. "url": "http://ljharb.codes"
  48. }
  49. ],
  50. "dependencies": {
  51. "call-bind": "^1.0.2",
  52. "es-to-primitive": "^1.2.1",
  53. "function-bind": "^1.1.1",
  54. "get-intrinsic": "^1.1.1",
  55. "get-symbol-description": "^1.0.0",
  56. "has": "^1.0.3",
  57. "has-symbols": "^1.0.3",
  58. "internal-slot": "^1.0.3",
  59. "is-callable": "^1.2.4",
  60. "is-negative-zero": "^2.0.2",
  61. "is-regex": "^1.1.4",
  62. "is-shared-array-buffer": "^1.0.1",
  63. "is-string": "^1.0.7",
  64. "is-weakref": "^1.0.2",
  65. "object-inspect": "^1.12.0",
  66. "object-keys": "^1.1.1",
  67. "object.assign": "^4.1.2",
  68. "string.prototype.trimend": "^1.0.4",
  69. "string.prototype.trimstart": "^1.0.4",
  70. "unbox-primitive": "^1.0.1"
  71. },
  72. "description": "ECMAScript spec abstract operations.",
  73. "devDependencies": {
  74. "@ljharb/eslint-config": "^20.2.3",
  75. "array.prototype.filter": "^1.0.1",
  76. "array.prototype.indexof": "^1.0.3",
  77. "aud": "^2.0.0",
  78. "cheerio": "=1.0.0-rc.3",
  79. "diff": "^5.0.0",
  80. "eclint": "^2.8.1",
  81. "es-value-fixtures": "^1.2.1",
  82. "eslint": "=8.8.0",
  83. "foreach": "^2.0.5",
  84. "functions-have-names": "^1.2.2",
  85. "has-bigints": "^1.0.1",
  86. "has-strict-mode": "^1.0.1",
  87. "in-publish": "^2.0.1",
  88. "make-arrow-function": "^1.2.0",
  89. "make-async-function": "^1.0.0",
  90. "make-async-generator-function": "^1.0.0",
  91. "make-generator-function": "^2.0.0",
  92. "nyc": "^10.3.2",
  93. "object.fromentries": "^2.0.5",
  94. "safe-publish-latest": "^2.0.0",
  95. "ses": "^0.10.4",
  96. "tape": "^5.5.2"
  97. },
  98. "engines": {
  99. "node": ">= 0.4"
  100. },
  101. "funding": {
  102. "url": "https://github.com/sponsors/ljharb"
  103. },
  104. "homepage": "https://github.com/ljharb/es-abstract#readme",
  105. "keywords": [
  106. "ECMAScript",
  107. "ES",
  108. "abstract",
  109. "operation",
  110. "abstract operation",
  111. "JavaScript",
  112. "ES5",
  113. "ES6",
  114. "ES7"
  115. ],
  116. "license": "MIT",
  117. "main": "index.js",
  118. "name": "es-abstract",
  119. "repository": {
  120. "type": "git",
  121. "url": "git://github.com/ljharb/es-abstract.git"
  122. },
  123. "scripts": {
  124. "eccheck": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
  125. "lint": "eslint .",
  126. "postspackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs git add",
  127. "posttest": "aud --production",
  128. "prepublish": "not-in-publish || npm run prepublishOnly",
  129. "prepublishOnly": "safe-publish-latest && npm run spackle",
  130. "prespackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs rm || true",
  131. "pretest": "npm run lint",
  132. "spackle": "node operations/spackle 1",
  133. "test": "npm run tests-only && npm run test:ses",
  134. "test:ses": "node test/ses-compat",
  135. "tests-only": "nyc node test"
  136. },
  137. "sideEffects": false,
  138. "testling": {
  139. "files": "test/index.js",
  140. "browsers": [
  141. "iexplore/6.0..latest",
  142. "firefox/3.0..6.0",
  143. "firefox/15.0..latest",
  144. "firefox/nightly",
  145. "chrome/4.0..10.0",
  146. "chrome/20.0..latest",
  147. "chrome/canary",
  148. "opera/10.0..latest",
  149. "opera/next",
  150. "safari/4.0..latest",
  151. "ipad/6.0..latest",
  152. "iphone/6.0..latest",
  153. "android-browser/4.2"
  154. ]
  155. },
  156. "type": "commonjs",
  157. "version": "1.19.2"
  158. }