You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 4.1KB

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