package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "is-bigint@1.0.1",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-bigint@1.0.1",
  10. "_id": "is-bigint@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-aSMFHfy8dkJ4VAuc4OazITql68I=",
  13. "_location": "/is-bigint",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-bigint@1.0.1",
  19. "name": "is-bigint",
  20. "escapedName": "is-bigint",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/which-boxed-primitive"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/is-bigint/download/is-bigint-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  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/ljharb/is-bigint/issues"
  45. },
  46. "dependencies": {},
  47. "description": "Is this value an ES BigInt?",
  48. "devDependencies": {
  49. "@ljharb/eslint-config": "^17.3.0",
  50. "aud": "^1.1.3",
  51. "auto-changelog": "^2.2.1",
  52. "eslint": "^7.14.0",
  53. "has-symbols": "^1.0.1",
  54. "nyc": "^10.3.2",
  55. "object-inspect": "^1.8.0",
  56. "safe-publish-latest": "^1.1.4",
  57. "tape": "^5.0.1"
  58. },
  59. "funding": {
  60. "url": "https://github.com/sponsors/ljharb"
  61. },
  62. "homepage": "https://github.com/ljharb/is-bigint#readme",
  63. "keywords": [
  64. "bigint",
  65. "es",
  66. "integer",
  67. "is"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "is-bigint",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/ljharb/is-bigint.git"
  75. },
  76. "scripts": {
  77. "lint": "eslint .",
  78. "posttest": "aud --production",
  79. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  80. "prepublish": "safe-publish-latest",
  81. "pretest": "npm run lint",
  82. "test": "npm run tests-only",
  83. "tests-only": "nyc tape 'test/**/*.js'",
  84. "version": "auto-changelog && git add CHANGELOG.md"
  85. },
  86. "version": "1.0.1"
  87. }