package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "which-boxed-primitive@^1.0.2",
  3. "_id": "which-boxed-primitive@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==",
  6. "_location": "/which-boxed-primitive",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "which-boxed-primitive@^1.0.2",
  12. "name": "which-boxed-primitive",
  13. "escapedName": "which-boxed-primitive",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/unbox-primitive"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz",
  22. "_shasum": "13757bc89b209b049fe5d86430e21cf40a89a8e6",
  23. "_spec": "which-boxed-primitive@^1.0.2",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\unbox-primitive",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com"
  28. },
  29. "auto-changelog": {
  30. "output": "CHANGELOG.md",
  31. "template": "keepachangelog",
  32. "unreleased": false,
  33. "commitLimit": false,
  34. "backfillLimit": false,
  35. "hideCredit": true
  36. },
  37. "bugs": {
  38. "url": "https://github.com/inspect-js/which-boxed-primitive/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "is-bigint": "^1.0.1",
  43. "is-boolean-object": "^1.1.0",
  44. "is-number-object": "^1.0.4",
  45. "is-string": "^1.0.5",
  46. "is-symbol": "^1.0.3"
  47. },
  48. "deprecated": false,
  49. "description": "Which kind of boxed JS primitive is this?",
  50. "devDependencies": {
  51. "@ljharb/eslint-config": "^17.3.0",
  52. "aud": "^1.1.3",
  53. "auto-changelog": "^2.2.1",
  54. "eslint": "^7.15.0",
  55. "has-symbols": "^1.0.1",
  56. "in-publish": "^2.0.1",
  57. "nyc": "^10.3.2",
  58. "object-inspect": "^1.9.0",
  59. "safe-publish-latest": "^1.1.4",
  60. "tape": "^5.0.1"
  61. },
  62. "funding": {
  63. "url": "https://github.com/sponsors/ljharb"
  64. },
  65. "homepage": "https://github.com/inspect-js/which-boxed-primitive#readme",
  66. "keywords": [
  67. "boxed",
  68. "primitive",
  69. "object",
  70. "ecmascript",
  71. "javascript",
  72. "which"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "which-boxed-primitive",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/inspect-js/which-boxed-primitive.git"
  80. },
  81. "scripts": {
  82. "lint": "eslint --ext=js,mjs .",
  83. "posttest": "aud --production",
  84. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  85. "prepublish": "not-in-publish || safe-publish-latest",
  86. "pretest": "npm run lint",
  87. "preversion": "auto-changelog",
  88. "test": "npm run tests-only",
  89. "tests-only": "nyc tape 'test/**/*.js'",
  90. "version": "auto-changelog && git add CHANGELOG.md"
  91. },
  92. "version": "1.0.2"
  93. }