package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "is-bigint@^1.0.1",
  3. "_id": "is-bigint@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==",
  6. "_location": "/is-bigint",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-bigint@^1.0.1",
  12. "name": "is-bigint",
  13. "escapedName": "is-bigint",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/which-boxed-primitive"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz",
  22. "_shasum": "08147a1875bc2b32005d41ccd8291dffc6691df3",
  23. "_spec": "is-bigint@^1.0.1",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\which-boxed-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/inspect-js/is-bigint/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "has-bigints": "^1.0.1"
  43. },
  44. "deprecated": false,
  45. "description": "Is this value an ES BigInt?",
  46. "devDependencies": {
  47. "@ljharb/eslint-config": "^17.6.0",
  48. "aud": "^1.1.5",
  49. "auto-changelog": "^2.3.0",
  50. "eslint": "^7.32.0",
  51. "has-symbols": "^1.0.2",
  52. "nyc": "^10.3.2",
  53. "object-inspect": "^1.11.0",
  54. "safe-publish-latest": "^1.1.4",
  55. "tape": "^5.3.1"
  56. },
  57. "funding": {
  58. "url": "https://github.com/sponsors/ljharb"
  59. },
  60. "homepage": "https://github.com/inspect-js/is-bigint#readme",
  61. "keywords": [
  62. "bigint",
  63. "es",
  64. "integer",
  65. "is"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "is-bigint",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/inspect-js/is-bigint.git"
  73. },
  74. "scripts": {
  75. "lint": "eslint .",
  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 || npm run prepublishOnly",
  79. "prepublishOnly": "safe-publish-latest",
  80. "pretest": "npm run lint",
  81. "test": "npm run tests-only",
  82. "tests-only": "nyc tape 'test/**/*.js'",
  83. "version": "auto-changelog && git add CHANGELOG.md"
  84. },
  85. "version": "1.0.4"
  86. }