package.json 3.9 KB

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