package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_from": "es-abstract@^1.12.0",
  3. "_id": "es-abstract@1.14.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DgoQmbpFNOofkjJtKwr87Ma5EW4Dc8fWhD0R+ndq7Oc456ivUfGOOP6oAZTTKl5/CcNMP+EN+e3/iUzgE0veZg==",
  6. "_location": "/es-abstract",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "es-abstract@^1.12.0",
  12. "name": "es-abstract",
  13. "escapedName": "es-abstract",
  14. "rawSpec": "^1.12.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.12.0"
  17. },
  18. "_requiredBy": [
  19. "/array-includes",
  20. "/object.getownpropertydescriptors",
  21. "/object.values"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.14.2.tgz",
  24. "_shasum": "7ce108fad83068c8783c3cdf62e504e084d8c497",
  25. "_spec": "es-abstract@^1.12.0",
  26. "_where": "D:\\workSpace\\dealer_front\\node_modules\\object.values",
  27. "author": {
  28. "name": "Jordan Harband",
  29. "email": "ljharb@gmail.com",
  30. "url": "http://ljharb.codes"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/ljharb/es-abstract/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Jordan Harband",
  39. "email": "ljharb@gmail.com",
  40. "url": "http://ljharb.codes"
  41. }
  42. ],
  43. "dependencies": {
  44. "es-to-primitive": "^1.2.0",
  45. "function-bind": "^1.1.1",
  46. "has": "^1.0.3",
  47. "has-symbols": "^1.0.0",
  48. "is-callable": "^1.1.4",
  49. "is-regex": "^1.0.4",
  50. "object-inspect": "^1.6.0",
  51. "object-keys": "^1.1.1",
  52. "string.prototype.trimleft": "^2.0.0",
  53. "string.prototype.trimright": "^2.0.0"
  54. },
  55. "deprecated": false,
  56. "description": "ECMAScript spec abstract operations.",
  57. "devDependencies": {
  58. "@ljharb/eslint-config": "^14.1.0",
  59. "cheerio": "^1.0.0-rc.3",
  60. "eclint": "^2.8.1",
  61. "eslint": "^6.3.0",
  62. "foreach": "^2.0.5",
  63. "nyc": "^10.3.2",
  64. "object-is": "^1.0.1",
  65. "object.assign": "^4.1.0",
  66. "object.fromentries": "^2.0.0",
  67. "replace": "^1.1.1",
  68. "safe-publish-latest": "^1.1.3",
  69. "semver": "^6.3.0",
  70. "tape": "^4.11.0"
  71. },
  72. "engines": {
  73. "node": ">= 0.4"
  74. },
  75. "greenkeeper": {
  76. "//": "nyc is ignored because it requires node 4+, and we support older than that",
  77. "ignore": [
  78. "nyc"
  79. ]
  80. },
  81. "homepage": "https://github.com/ljharb/es-abstract#readme",
  82. "keywords": [
  83. "ECMAScript",
  84. "ES",
  85. "abstract",
  86. "operation",
  87. "abstract operation",
  88. "JavaScript",
  89. "ES5",
  90. "ES6",
  91. "ES7"
  92. ],
  93. "license": "MIT",
  94. "main": "index.js",
  95. "name": "es-abstract",
  96. "repository": {
  97. "type": "git",
  98. "url": "git://github.com/ljharb/es-abstract.git"
  99. },
  100. "scripts": {
  101. "coverage": "nyc npm run --silent tests-only >/dev/null",
  102. "eccheck": "eclint check *.js **/*.js > /dev/null",
  103. "lint": "eslint .",
  104. "postcoverage": "nyc report",
  105. "posttest": "npx aud --production",
  106. "prepublish": "safe-publish-latest",
  107. "pretest": "npm run --silent lint",
  108. "test": "npm run tests-only",
  109. "tests-only": "node test"
  110. },
  111. "testling": {
  112. "files": "test/index.js",
  113. "browsers": [
  114. "iexplore/6.0..latest",
  115. "firefox/3.0..6.0",
  116. "firefox/15.0..latest",
  117. "firefox/nightly",
  118. "chrome/4.0..10.0",
  119. "chrome/20.0..latest",
  120. "chrome/canary",
  121. "opera/10.0..latest",
  122. "opera/next",
  123. "safari/4.0..latest",
  124. "ipad/6.0..latest",
  125. "iphone/6.0..latest",
  126. "android-browser/4.2"
  127. ]
  128. },
  129. "version": "1.14.2"
  130. }