package.json 4.3 KB

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