package.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. {
  2. "_args": [
  3. [
  4. "es-abstract@1.17.5",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "es-abstract@1.17.5",
  9. "_id": "es-abstract@1.17.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-BR9auzDbySxOcfog0tLECW8l28eRGpDpU3Dm3Hp4q/N+VtLTmyj4EUN088XZWQDW/hzj6sYRDXeOFsaAODKvpg==",
  12. "_location": "/es-abstract",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "es-abstract@1.17.5",
  18. "name": "es-abstract",
  19. "escapedName": "es-abstract",
  20. "rawSpec": "1.17.5",
  21. "saveSpec": null,
  22. "fetchSpec": "1.17.5"
  23. },
  24. "_requiredBy": [
  25. "/array-includes",
  26. "/array.prototype.flat",
  27. "/object-is",
  28. "/object.getownpropertydescriptors",
  29. "/object.values",
  30. "/regexp.prototype.flags",
  31. "/string.prototype.padend",
  32. "/string.prototype.padstart",
  33. "/string.prototype.trimend",
  34. "/string.prototype.trimleft",
  35. "/string.prototype.trimright",
  36. "/string.prototype.trimstart",
  37. "/util.promisify"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.5.tgz",
  40. "_spec": "1.17.5",
  41. "_where": "E:\\item\\newItem\\admin",
  42. "author": {
  43. "name": "Jordan Harband",
  44. "email": "ljharb@gmail.com",
  45. "url": "http://ljharb.codes"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/ljharb/es-abstract/issues"
  49. },
  50. "contributors": [
  51. {
  52. "name": "Jordan Harband",
  53. "email": "ljharb@gmail.com",
  54. "url": "http://ljharb.codes"
  55. }
  56. ],
  57. "dependencies": {
  58. "es-to-primitive": "^1.2.1",
  59. "function-bind": "^1.1.1",
  60. "has": "^1.0.3",
  61. "has-symbols": "^1.0.1",
  62. "is-callable": "^1.1.5",
  63. "is-regex": "^1.0.5",
  64. "object-inspect": "^1.7.0",
  65. "object-keys": "^1.1.1",
  66. "object.assign": "^4.1.0",
  67. "string.prototype.trimleft": "^2.1.1",
  68. "string.prototype.trimright": "^2.1.1"
  69. },
  70. "description": "ECMAScript spec abstract operations.",
  71. "devDependencies": {
  72. "@ljharb/eslint-config": "^16.0.0",
  73. "array.prototype.indexof": "^1.0.0",
  74. "cheerio": "^1.0.0-rc.3",
  75. "diff": "^4.0.2",
  76. "eclint": "^2.8.1",
  77. "eslint": "^6.8.0",
  78. "foreach": "^2.0.5",
  79. "functions-have-names": "^1.2.1",
  80. "has-strict-mode": "^1.0.0",
  81. "in-publish": "^2.0.0",
  82. "make-arrow-function": "^1.2.0",
  83. "nyc": "^10.3.2",
  84. "object-is": "^1.0.2",
  85. "object.fromentries": "^2.0.2",
  86. "safe-publish-latest": "^1.1.4",
  87. "tape": "^5.0.0-next.5"
  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. "coverage": "nyc npm run tests-only >/dev/null",
  122. "eccheck": "eclint check *.js **/*.js > /dev/null",
  123. "lint": "eslint .",
  124. "postcoverage": "nyc report",
  125. "postspackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs git add",
  126. "posttest": "npx aud --production",
  127. "prepublish": "safe-publish-latest && (not-in-publish || npm run spackle)",
  128. "prespackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs rm || true",
  129. "pretest": "npm run lint",
  130. "spackle": "node operations/spackle 1",
  131. "test": "npm run tests-only",
  132. "tests-only": "node test"
  133. },
  134. "testling": {
  135. "files": "test/index.js",
  136. "browsers": [
  137. "iexplore/6.0..latest",
  138. "firefox/3.0..6.0",
  139. "firefox/15.0..latest",
  140. "firefox/nightly",
  141. "chrome/4.0..10.0",
  142. "chrome/20.0..latest",
  143. "chrome/canary",
  144. "opera/10.0..latest",
  145. "opera/next",
  146. "safari/4.0..latest",
  147. "ipad/6.0..latest",
  148. "iphone/6.0..latest",
  149. "android-browser/4.2"
  150. ]
  151. },
  152. "version": "1.17.5"
  153. }