package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "is-bigint@^1.0.1",
  3. "_id": "is-bigint@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0JV5+SOCQkIdzjBK9buARcV804Ddu7A0Qet6sHi3FimE9ne6m4BGQZfRn+NZiXbBk4F4XmHfDZIipLj9pX8dSA==",
  6. "_location": "/is-bigint",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-bigint@^1.0.1",
  12. "name": "is-bigint",
  13. "escapedName": "is-bigint",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/which-boxed-primitive"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.2.tgz",
  22. "_shasum": "ffb381442503235ad245ea89e45b3dbff040ee5a",
  23. "_spec": "is-bigint@^1.0.1",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\which-boxed-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/is-bigint/issues"
  39. },
  40. "bundleDependencies": false,
  41. "deprecated": false,
  42. "description": "Is this value an ES BigInt?",
  43. "devDependencies": {
  44. "@ljharb/eslint-config": "^17.6.0",
  45. "aud": "^1.1.5",
  46. "auto-changelog": "^2.2.1",
  47. "eslint": "^7.25.0",
  48. "has-symbols": "^1.0.2",
  49. "nyc": "^10.3.2",
  50. "object-inspect": "^1.10.2",
  51. "safe-publish-latest": "^1.1.4",
  52. "tape": "^5.2.2"
  53. },
  54. "funding": {
  55. "url": "https://github.com/sponsors/ljharb"
  56. },
  57. "homepage": "https://github.com/inspect-js/is-bigint#readme",
  58. "keywords": [
  59. "bigint",
  60. "es",
  61. "integer",
  62. "is"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "is-bigint",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/inspect-js/is-bigint.git"
  70. },
  71. "scripts": {
  72. "lint": "eslint .",
  73. "posttest": "aud --production",
  74. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  75. "prepublish": "not-in-publish || npm run prepublishOnly",
  76. "prepublishOnly": "safe-publish-latest",
  77. "pretest": "npm run lint",
  78. "test": "npm run tests-only",
  79. "tests-only": "nyc tape 'test/**/*.js'",
  80. "version": "auto-changelog && git add CHANGELOG.md"
  81. },
  82. "version": "1.0.2"
  83. }