package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "has-bigints@^1.0.2",
  3. "_id": "has-bigints@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==",
  6. "_location": "/has-bigints",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "has-bigints@^1.0.2",
  12. "name": "has-bigints",
  13. "escapedName": "has-bigints",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/is-bigint",
  20. "/unbox-primitive"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz",
  23. "_shasum": "0871bd3e3d51626f6ca0966668ba35d5602d6eaa",
  24. "_spec": "has-bigints@^1.0.2",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\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": "^21.0.0",
  46. "aud": "^2.0.0",
  47. "auto-changelog": "^2.4.0",
  48. "eslint": "=8.8.0",
  49. "in-publish": "^2.0.1",
  50. "nyc": "^10.3.2",
  51. "safe-publish-latest": "^2.0.0",
  52. "tape": "^5.5.3"
  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 || 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. }