package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "has-bigints@1.0.1",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "has-bigints@1.0.1",
  9. "_id": "has-bigints@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==",
  12. "_location": "/has-bigints",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "has-bigints@1.0.1",
  18. "name": "has-bigints",
  19. "escapedName": "has-bigints",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/is-bigint",
  26. "/unbox-primitive"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com"
  34. },
  35. "auto-changelog": {
  36. "output": "CHANGELOG.md",
  37. "template": "keepachangelog",
  38. "unreleased": false,
  39. "commitLimit": false,
  40. "backfillLimit": false,
  41. "hideCredit": true
  42. },
  43. "bugs": {
  44. "url": "https://github.com/ljharb/has-bigints/issues"
  45. },
  46. "description": "Determine if the JS environment has BigInt support.",
  47. "devDependencies": {
  48. "@ljharb/eslint-config": "^17.3.0",
  49. "aud": "^1.1.3",
  50. "auto-changelog": "^2.2.1",
  51. "eslint": "^7.15.0",
  52. "in-publish": "^2.0.1",
  53. "nyc": "^10.3.2",
  54. "safe-publish-latest": "^1.1.4",
  55. "tape": "^5.0.1"
  56. },
  57. "funding": {
  58. "url": "https://github.com/sponsors/ljharb"
  59. },
  60. "homepage": "https://github.com/ljharb/has-bigints#readme",
  61. "keywords": [
  62. "BigInt",
  63. "bigints",
  64. "typeof",
  65. "ES2020"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "has-bigints",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/ljharb/has-bigints.git"
  73. },
  74. "scripts": {
  75. "lint": "eslint --ext=js,mjs .",
  76. "posttest": "aud --production",
  77. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  78. "prepublish": "not-in-publish || safe-publish-latest",
  79. "pretest": "npm run lint",
  80. "test": "npm run tests-only",
  81. "tests-only": "nyc tape 'test/**/*.js'",
  82. "version": "auto-changelog && git add CHANGELOG.md"
  83. },
  84. "version": "1.0.1"
  85. }