package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "is-bigint@1.0.4",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "is-bigint@1.0.4",
  9. "_id": "is-bigint@1.0.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
  12. "_location": "/is-bigint",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-bigint@1.0.4",
  18. "name": "is-bigint",
  19. "escapedName": "is-bigint",
  20. "rawSpec": "1.0.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.4"
  23. },
  24. "_requiredBy": [
  25. "/which-boxed-primitive"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
  28. "_spec": "1.0.4",
  29. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  30. "author": {
  31. "name": "Jordan Harband",
  32. "email": "ljharb@gmail.com"
  33. },
  34. "auto-changelog": {
  35. "output": "CHANGELOG.md",
  36. "template": "keepachangelog",
  37. "unreleased": false,
  38. "commitLimit": false,
  39. "backfillLimit": false,
  40. "hideCredit": true
  41. },
  42. "bugs": {
  43. "url": "https://github.com/inspect-js/is-bigint/issues"
  44. },
  45. "dependencies": {
  46. "has-bigints": "^1.0.1"
  47. },
  48. "description": "Is this value an ES BigInt?",
  49. "devDependencies": {
  50. "@ljharb/eslint-config": "^17.6.0",
  51. "aud": "^1.1.5",
  52. "auto-changelog": "^2.3.0",
  53. "eslint": "^7.32.0",
  54. "has-symbols": "^1.0.2",
  55. "nyc": "^10.3.2",
  56. "object-inspect": "^1.11.0",
  57. "safe-publish-latest": "^1.1.4",
  58. "tape": "^5.3.1"
  59. },
  60. "funding": {
  61. "url": "https://github.com/sponsors/ljharb"
  62. },
  63. "homepage": "https://github.com/inspect-js/is-bigint#readme",
  64. "keywords": [
  65. "bigint",
  66. "es",
  67. "integer",
  68. "is"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "is-bigint",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/inspect-js/is-bigint.git"
  76. },
  77. "scripts": {
  78. "lint": "eslint .",
  79. "posttest": "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. "version": "1.0.4"
  89. }