package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "has-bigints@^1.0.1",
  3. "_id": "has-bigints@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==",
  6. "_location": "/has-bigints",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "has-bigints@^1.0.1",
  12. "name": "has-bigints",
  13. "escapedName": "has-bigints",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/is-bigint",
  20. "/unbox-primitive"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz",
  23. "_shasum": "64fe6acb020673e3b78db035a5af69aa9d07b113",
  24. "_spec": "has-bigints@^1.0.1",
  25. "_where": "H:\\gs_nuxt\\node_modules\\unbox-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/ljharb/has-bigints/issues"
  40. },
  41. "bundleDependencies": false,
  42. "deprecated": false,
  43. "description": "Determine if the JS environment has BigInt support.",
  44. "devDependencies": {
  45. "@ljharb/eslint-config": "^17.3.0",
  46. "aud": "^1.1.3",
  47. "auto-changelog": "^2.2.1",
  48. "eslint": "^7.15.0",
  49. "in-publish": "^2.0.1",
  50. "nyc": "^10.3.2",
  51. "safe-publish-latest": "^1.1.4",
  52. "tape": "^5.0.1"
  53. },
  54. "funding": {
  55. "url": "https://github.com/sponsors/ljharb"
  56. },
  57. "homepage": "https://github.com/ljharb/has-bigints#readme",
  58. "keywords": [
  59. "BigInt",
  60. "bigints",
  61. "typeof",
  62. "ES2020"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "has-bigints",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/ljharb/has-bigints.git"
  70. },
  71. "scripts": {
  72. "lint": "eslint --ext=js,mjs .",
  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 || safe-publish-latest",
  76. "pretest": "npm run lint",
  77. "test": "npm run tests-only",
  78. "tests-only": "nyc tape 'test/**/*.js'",
  79. "version": "auto-changelog && git add CHANGELOG.md"
  80. },
  81. "version": "1.0.1"
  82. }