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 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_from": "es-to-primitive@^1.2.1",
  3. "_id": "es-to-primitive@1.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
  6. "_location": "/es-to-primitive",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "es-to-primitive@^1.2.1",
  12. "name": "es-to-primitive",
  13. "escapedName": "es-to-primitive",
  14. "rawSpec": "^1.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.1"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
  22. "_shasum": "e55cd4c9cdc188bcefb03b366c736323fc5c898a",
  23. "_spec": "es-to-primitive@^1.2.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\es-abstract",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/ljharb/es-to-primitive/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "is-callable": "^1.1.4",
  35. "is-date-object": "^1.0.1",
  36. "is-symbol": "^1.0.2"
  37. },
  38. "deprecated": false,
  39. "description": "ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.",
  40. "devDependencies": {
  41. "@ljharb/eslint-config": "^15.0.0",
  42. "covert": "^1.1.1",
  43. "eslint": "^6.6.0",
  44. "foreach": "^2.0.5",
  45. "function.prototype.name": "^1.1.1",
  46. "has-symbols": "^1.0.0",
  47. "object-inspect": "^1.6.0",
  48. "object-is": "^1.0.1",
  49. "replace": "^1.1.1",
  50. "semver": "^6.3.0",
  51. "tape": "^4.11.0"
  52. },
  53. "engines": {
  54. "node": ">= 0.4"
  55. },
  56. "funding": {
  57. "url": "https://github.com/sponsors/ljharb"
  58. },
  59. "homepage": "https://github.com/ljharb/es-to-primitive#readme",
  60. "keywords": [
  61. "primitive",
  62. "abstract",
  63. "ecmascript",
  64. "es5",
  65. "es6",
  66. "es2015",
  67. "toPrimitive",
  68. "coerce",
  69. "type",
  70. "object",
  71. "string",
  72. "number",
  73. "boolean",
  74. "symbol",
  75. "null",
  76. "undefined"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "es-to-primitive",
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/ljharb/es-to-primitive.git"
  84. },
  85. "scripts": {
  86. "coverage": "covert test/*.js",
  87. "coverage-quiet": "covert test/*.js --quiet",
  88. "lint": "eslint .",
  89. "posttest": "npx aud",
  90. "pretest": "npm run --silent lint",
  91. "test": "npm run --silent tests-only",
  92. "tests-only": "node --es-staging test"
  93. },
  94. "testling": {
  95. "files": "test",
  96. "browsers": [
  97. "iexplore/6.0..latest",
  98. "firefox/3.0..6.0",
  99. "firefox/15.0..latest",
  100. "firefox/nightly",
  101. "chrome/4.0..10.0",
  102. "chrome/20.0..latest",
  103. "chrome/canary",
  104. "opera/10.0..latest",
  105. "opera/next",
  106. "safari/4.0..latest",
  107. "ipad/6.0..latest",
  108. "iphone/6.0..latest",
  109. "android-browser/4.2"
  110. ]
  111. },
  112. "version": "1.2.1"
  113. }