package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "has-bigints@1.0.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "has-bigints@1.0.1",
  10. "_id": "has-bigints@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ZP5qywIGc+O3jbA1pa9pqp0HsRM=",
  13. "_location": "/has-bigints",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "has-bigints@1.0.1",
  19. "name": "has-bigints",
  20. "escapedName": "has-bigints",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/is-bigint",
  27. "/unbox-primitive"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/has-bigints/download/has-bigints-1.0.1.tgz?cache=0&sync_timestamp=1615461293395&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhas-bigints%2Fdownload%2Fhas-bigints-1.0.1.tgz",
  30. "_spec": "1.0.1",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  32. "author": {
  33. "name": "Jordan Harband",
  34. "email": "ljharb@gmail.com"
  35. },
  36. "auto-changelog": {
  37. "output": "CHANGELOG.md",
  38. "template": "keepachangelog",
  39. "unreleased": false,
  40. "commitLimit": false,
  41. "backfillLimit": false,
  42. "hideCredit": true
  43. },
  44. "bugs": {
  45. "url": "https://github.com/ljharb/has-bigints/issues"
  46. },
  47. "description": "Determine if the JS environment has BigInt support.",
  48. "devDependencies": {
  49. "@ljharb/eslint-config": "^17.3.0",
  50. "aud": "^1.1.3",
  51. "auto-changelog": "^2.2.1",
  52. "eslint": "^7.15.0",
  53. "in-publish": "^2.0.1",
  54. "nyc": "^10.3.2",
  55. "safe-publish-latest": "^1.1.4",
  56. "tape": "^5.0.1"
  57. },
  58. "funding": {
  59. "url": "https://github.com/sponsors/ljharb"
  60. },
  61. "homepage": "https://github.com/ljharb/has-bigints#readme",
  62. "keywords": [
  63. "BigInt",
  64. "bigints",
  65. "typeof",
  66. "ES2020"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "has-bigints",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/ljharb/has-bigints.git"
  74. },
  75. "scripts": {
  76. "lint": "eslint --ext=js,mjs .",
  77. "posttest": "aud --production",
  78. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  79. "prepublish": "not-in-publish || 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.1"
  86. }