package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. "/unbox-primitive"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz",
  22. "_shasum": "64fe6acb020673e3b78db035a5af69aa9d07b113",
  23. "_spec": "has-bigints@^1.0.1",
  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/ljharb/has-bigints/issues"
  39. },
  40. "bundleDependencies": false,
  41. "deprecated": false,
  42. "description": "Determine if the JS environment has BigInt support.",
  43. "devDependencies": {
  44. "@ljharb/eslint-config": "^17.3.0",
  45. "aud": "^1.1.3",
  46. "auto-changelog": "^2.2.1",
  47. "eslint": "^7.15.0",
  48. "in-publish": "^2.0.1",
  49. "nyc": "^10.3.2",
  50. "safe-publish-latest": "^1.1.4",
  51. "tape": "^5.0.1"
  52. },
  53. "funding": {
  54. "url": "https://github.com/sponsors/ljharb"
  55. },
  56. "homepage": "https://github.com/ljharb/has-bigints#readme",
  57. "keywords": [
  58. "BigInt",
  59. "bigints",
  60. "typeof",
  61. "ES2020"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "has-bigints",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/ljharb/has-bigints.git"
  69. },
  70. "scripts": {
  71. "lint": "eslint --ext=js,mjs .",
  72. "posttest": "aud --production",
  73. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  74. "prepublish": "not-in-publish || safe-publish-latest",
  75. "pretest": "npm run lint",
  76. "test": "npm run tests-only",
  77. "tests-only": "nyc tape 'test/**/*.js'",
  78. "version": "auto-changelog && git add CHANGELOG.md"
  79. },
  80. "version": "1.0.1"
  81. }