package.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. {
  2. "_args": [
  3. [
  4. "es-abstract@1.18.0-next.1",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "es-abstract@1.18.0-next.1",
  10. "_id": "es-abstract@1.18.0-next.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-bjoKS9pxflAjqzuOkL7DYQjSLGg=",
  13. "_location": "/es-abstract",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "es-abstract@1.18.0-next.1",
  19. "name": "es-abstract",
  20. "escapedName": "es-abstract",
  21. "rawSpec": "1.18.0-next.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.18.0-next.1"
  24. },
  25. "_requiredBy": [
  26. "/object-is",
  27. "/object.assign",
  28. "/string.prototype.trimend",
  29. "/string.prototype.trimstart"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/es-abstract/download/es-abstract-1.18.0-next.1.tgz",
  32. "_spec": "1.18.0-next.1",
  33. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  34. "author": {
  35. "name": "Jordan Harband",
  36. "email": "ljharb@gmail.com",
  37. "url": "http://ljharb.codes"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/ljharb/es-abstract/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Jordan Harband",
  45. "email": "ljharb@gmail.com",
  46. "url": "http://ljharb.codes"
  47. }
  48. ],
  49. "dependencies": {
  50. "es-to-primitive": "^1.2.1",
  51. "function-bind": "^1.1.1",
  52. "has": "^1.0.3",
  53. "has-symbols": "^1.0.1",
  54. "is-callable": "^1.2.2",
  55. "is-negative-zero": "^2.0.0",
  56. "is-regex": "^1.1.1",
  57. "object-inspect": "^1.8.0",
  58. "object-keys": "^1.1.1",
  59. "object.assign": "^4.1.1",
  60. "string.prototype.trimend": "^1.0.1",
  61. "string.prototype.trimstart": "^1.0.1"
  62. },
  63. "description": "ECMAScript spec abstract operations.",
  64. "devDependencies": {
  65. "@ljharb/eslint-config": "^17.2.0",
  66. "array.prototype.indexof": "^1.0.0",
  67. "aud": "^1.1.2",
  68. "cheerio": "^1.0.0-rc.3",
  69. "diff": "^4.0.2",
  70. "eclint": "^2.8.1",
  71. "eslint": "^7.10.0",
  72. "foreach": "^2.0.5",
  73. "functions-have-names": "^1.2.1",
  74. "has-bigints": "^1.0.0",
  75. "has-strict-mode": "^1.0.0",
  76. "in-publish": "^2.0.1",
  77. "make-arrow-function": "^1.2.0",
  78. "make-async-function": "^1.0.0",
  79. "make-async-generator-function": "^1.0.0",
  80. "make-generator-function": "^2.0.0",
  81. "nyc": "^10.3.2",
  82. "object-is": "^1.1.2",
  83. "object.fromentries": "^2.0.2",
  84. "safe-publish-latest": "^1.1.4",
  85. "ses": "^0.10.4",
  86. "tape": "^5.0.1"
  87. },
  88. "engines": {
  89. "node": ">= 0.4"
  90. },
  91. "funding": {
  92. "url": "https://github.com/sponsors/ljharb"
  93. },
  94. "greenkeeper": {
  95. "//": "nyc is ignored because it requires node 4+, and we support older than that",
  96. "ignore": [
  97. "nyc"
  98. ]
  99. },
  100. "homepage": "https://github.com/ljharb/es-abstract#readme",
  101. "keywords": [
  102. "ECMAScript",
  103. "ES",
  104. "abstract",
  105. "operation",
  106. "abstract operation",
  107. "JavaScript",
  108. "ES5",
  109. "ES6",
  110. "ES7"
  111. ],
  112. "license": "MIT",
  113. "main": "index.js",
  114. "name": "es-abstract",
  115. "repository": {
  116. "type": "git",
  117. "url": "git://github.com/ljharb/es-abstract.git"
  118. },
  119. "scripts": {
  120. "coverage": "nyc npm run tests-only >/dev/null",
  121. "eccheck": "eclint check *.js **/*.js > /dev/null",
  122. "lint": "eslint .",
  123. "postcoverage": "nyc report",
  124. "postspackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs git add",
  125. "posttest": "aud --production",
  126. "prepublish": "safe-publish-latest && (not-in-publish || npm run spackle)",
  127. "prespackle": "git ls-files | xargs git check-attr spackled | grep -v 'unspecified$' | cut -d: -f1 | xargs rm || true",
  128. "pretest": "npm run lint",
  129. "spackle": "node operations/spackle 1",
  130. "test": "npm run tests-only",
  131. "tests-only": "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-next.1"
  152. }