package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_from": "is-symbol@^1.0.2",
  3. "_id": "is-symbol@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==",
  6. "_location": "/is-symbol",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-symbol@^1.0.2",
  12. "name": "is-symbol",
  13. "escapedName": "is-symbol",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/es-to-primitive",
  20. "/which-boxed-primitive"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz",
  23. "_shasum": "a6dac93b635b063ca6872236de88910a57af139c",
  24. "_spec": "is-symbol@^1.0.2",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\es-to-primitive",
  26. "author": {
  27. "name": "Jordan Harband",
  28. "email": "ljharb@gmail.com"
  29. },
  30. "auto-changelog": {
  31. "output": "CHANGELOG.md",
  32. "template": "keepachangelog",
  33. "unreleased": false,
  34. "commitLimit": false,
  35. "backfillLimit": false,
  36. "hideCredit": true
  37. },
  38. "bugs": {
  39. "url": "https://github.com/inspect-js/is-symbol/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "has-symbols": "^1.0.2"
  44. },
  45. "deprecated": false,
  46. "description": "Determine if a value is an ES6 Symbol or not.",
  47. "devDependencies": {
  48. "@ljharb/eslint-config": "^17.6.0",
  49. "aud": "^1.1.5",
  50. "auto-changelog": "^2.2.1",
  51. "eslint": "^7.26.0",
  52. "nyc": "^10.3.2",
  53. "object-inspect": "^1.10.3",
  54. "safe-publish-latest": "^1.1.4",
  55. "tape": "^5.2.2"
  56. },
  57. "engines": {
  58. "node": ">= 0.4"
  59. },
  60. "funding": {
  61. "url": "https://github.com/sponsors/ljharb"
  62. },
  63. "homepage": "https://github.com/inspect-js/is-symbol#readme",
  64. "keywords": [
  65. "symbol",
  66. "es6",
  67. "is",
  68. "Symbol"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "is-symbol",
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/inspect-js/is-symbol.git"
  76. },
  77. "scripts": {
  78. "lint": "eslint .",
  79. "posttest": "npx aud --production",
  80. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  81. "prepublish": "not-in-publish || npm run prepublishOnly",
  82. "prepublishOnly": "safe-publish-latest",
  83. "pretest": "npm run lint",
  84. "test": "npm run tests-only",
  85. "tests-only": "nyc tape 'test/**/*.js'",
  86. "version": "auto-changelog && git add CHANGELOG.md"
  87. },
  88. "testling": {
  89. "files": "test/index.js",
  90. "browsers": [
  91. "iexplore/6.0..latest",
  92. "firefox/3.0..6.0",
  93. "firefox/15.0..latest",
  94. "firefox/nightly",
  95. "chrome/4.0..10.0",
  96. "chrome/20.0..latest",
  97. "chrome/canary",
  98. "opera/10.0..latest",
  99. "opera/next",
  100. "safari/4.0..latest",
  101. "ipad/6.0..latest",
  102. "iphone/6.0..latest",
  103. "android-browser/4.2"
  104. ]
  105. },
  106. "version": "1.0.4"
  107. }