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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_from": "has-symbols@^1.0.0",
  3. "_id": "has-symbols@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==",
  6. "_location": "/has-symbols",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "has-symbols@^1.0.0",
  12. "name": "has-symbols",
  13. "escapedName": "has-symbols",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/object.assign"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz",
  22. "_shasum": "9f5214758a44196c406d9bd76cebf81ec2dd31e8",
  23. "_spec": "has-symbols@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\object.assign",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com",
  28. "url": "http://ljharb.codes"
  29. },
  30. "auto-changelog": {
  31. "output": "CHANGELOG.md",
  32. "template": "keepachangelog",
  33. "unreleased": false,
  34. "commitLimit": false,
  35. "backfillLimit": false
  36. },
  37. "bugs": {
  38. "url": "https://github.com/ljharb/has-symbols/issues"
  39. },
  40. "bundleDependencies": false,
  41. "contributors": [
  42. {
  43. "name": "Jordan Harband",
  44. "email": "ljharb@gmail.com",
  45. "url": "http://ljharb.codes"
  46. }
  47. ],
  48. "dependencies": {},
  49. "deprecated": false,
  50. "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.",
  51. "devDependencies": {
  52. "@ljharb/eslint-config": "^15.0.1",
  53. "auto-changelog": "^1.16.2",
  54. "core-js": "^2.6.10",
  55. "eslint": "^6.6.0",
  56. "get-own-property-symbols": "^0.9.4",
  57. "safe-publish-latest": "^1.1.4",
  58. "tape": "^4.11.0"
  59. },
  60. "engines": {
  61. "node": ">= 0.4"
  62. },
  63. "funding": {
  64. "url": "https://github.com/sponsors/ljharb"
  65. },
  66. "homepage": "https://github.com/ljharb/has-symbols#readme",
  67. "keywords": [
  68. "Symbol",
  69. "symbols",
  70. "typeof",
  71. "sham",
  72. "polyfill",
  73. "native",
  74. "core-js",
  75. "ES6"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "has-symbols",
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/ljharb/has-symbols.git"
  83. },
  84. "scripts": {
  85. "lint": "eslint *.js",
  86. "posttest": "npx aud",
  87. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  88. "prepublish": "safe-publish-latest",
  89. "pretest": "npm run --silent lint",
  90. "test": "npm run --silent tests-only",
  91. "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs",
  92. "test:shams:corejs": "node test/shams/core-js.js",
  93. "test:shams:getownpropertysymbols": "node test/shams/get-own-property-symbols.js",
  94. "test:staging": "node --harmony --es-staging test",
  95. "test:stock": "node test",
  96. "tests-only": "npm run --silent test:stock && npm run --silent test:staging && npm run --silent test:shams",
  97. "version": "auto-changelog && git add CHANGELOG.md"
  98. },
  99. "testling": {
  100. "files": "test/index.js",
  101. "browsers": [
  102. "iexplore/6.0..latest",
  103. "firefox/3.0..6.0",
  104. "firefox/15.0..latest",
  105. "firefox/nightly",
  106. "chrome/4.0..10.0",
  107. "chrome/20.0..latest",
  108. "chrome/canary",
  109. "opera/10.0..latest",
  110. "opera/next",
  111. "safari/4.0..latest",
  112. "ipad/6.0..latest",
  113. "iphone/6.0..latest",
  114. "android-browser/4.2"
  115. ]
  116. },
  117. "version": "1.0.1"
  118. }