package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "is-bigint@1.0.4",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-bigint@1.0.4",
  10. "_id": "is-bigint@1.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-CBR6GHW8KzIAXUHM2Ckd/8ZpHfM=",
  13. "_location": "/is-bigint",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-bigint@1.0.4",
  19. "name": "is-bigint",
  20. "escapedName": "is-bigint",
  21. "rawSpec": "1.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.4"
  24. },
  25. "_requiredBy": [
  26. "/which-boxed-primitive"
  27. ],
  28. "_resolved": "https://registry.nlark.com/is-bigint/download/is-bigint-1.0.4.tgz?cache=0&sync_timestamp=1628747504782&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fis-bigint%2Fdownload%2Fis-bigint-1.0.4.tgz",
  29. "_spec": "1.0.4",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  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/inspect-js/is-bigint/issues"
  45. },
  46. "dependencies": {
  47. "has-bigints": "^1.0.1"
  48. },
  49. "description": "Is this value an ES BigInt?",
  50. "devDependencies": {
  51. "@ljharb/eslint-config": "^17.6.0",
  52. "aud": "^1.1.5",
  53. "auto-changelog": "^2.3.0",
  54. "eslint": "^7.32.0",
  55. "has-symbols": "^1.0.2",
  56. "nyc": "^10.3.2",
  57. "object-inspect": "^1.11.0",
  58. "safe-publish-latest": "^1.1.4",
  59. "tape": "^5.3.1"
  60. },
  61. "funding": {
  62. "url": "https://github.com/sponsors/ljharb"
  63. },
  64. "homepage": "https://github.com/inspect-js/is-bigint#readme",
  65. "keywords": [
  66. "bigint",
  67. "es",
  68. "integer",
  69. "is"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "name": "is-bigint",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/inspect-js/is-bigint.git"
  77. },
  78. "scripts": {
  79. "lint": "eslint .",
  80. "posttest": "aud --production",
  81. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  82. "prepublish": "not-in-publish || npm run prepublishOnly",
  83. "prepublishOnly": "safe-publish-latest",
  84. "pretest": "npm run lint",
  85. "test": "npm run tests-only",
  86. "tests-only": "nyc tape 'test/**/*.js'",
  87. "version": "auto-changelog && git add CHANGELOG.md"
  88. },
  89. "version": "1.0.4"
  90. }