package.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "which-boxed-primitive@1.0.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "which-boxed-primitive@1.0.2",
  10. "_id": "which-boxed-primitive@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-E3V7yJsgmwSf5dhkMOIc9AqJqOY=",
  13. "_location": "/which-boxed-primitive",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "which-boxed-primitive@1.0.2",
  19. "name": "which-boxed-primitive",
  20. "escapedName": "which-boxed-primitive",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/unbox-primitive"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/which-boxed-primitive/download/which-boxed-primitive-1.0.2.tgz",
  29. "_spec": "1.0.2",
  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/which-boxed-primitive/issues"
  45. },
  46. "dependencies": {
  47. "is-bigint": "^1.0.1",
  48. "is-boolean-object": "^1.1.0",
  49. "is-number-object": "^1.0.4",
  50. "is-string": "^1.0.5",
  51. "is-symbol": "^1.0.3"
  52. },
  53. "description": "Which kind of boxed JS primitive is this?",
  54. "devDependencies": {
  55. "@ljharb/eslint-config": "^17.3.0",
  56. "aud": "^1.1.3",
  57. "auto-changelog": "^2.2.1",
  58. "eslint": "^7.15.0",
  59. "has-symbols": "^1.0.1",
  60. "in-publish": "^2.0.1",
  61. "nyc": "^10.3.2",
  62. "object-inspect": "^1.9.0",
  63. "safe-publish-latest": "^1.1.4",
  64. "tape": "^5.0.1"
  65. },
  66. "funding": {
  67. "url": "https://github.com/sponsors/ljharb"
  68. },
  69. "homepage": "https://github.com/inspect-js/which-boxed-primitive#readme",
  70. "keywords": [
  71. "boxed",
  72. "primitive",
  73. "object",
  74. "ecmascript",
  75. "javascript",
  76. "which"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "which-boxed-primitive",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/inspect-js/which-boxed-primitive.git"
  84. },
  85. "scripts": {
  86. "lint": "eslint --ext=js,mjs .",
  87. "posttest": "aud --production",
  88. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  89. "prepublish": "not-in-publish || safe-publish-latest",
  90. "pretest": "npm run lint",
  91. "preversion": "auto-changelog",
  92. "test": "npm run tests-only",
  93. "tests-only": "nyc tape 'test/**/*.js'",
  94. "version": "auto-changelog && git add CHANGELOG.md"
  95. },
  96. "version": "1.0.2"
  97. }