package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "unbox-primitive@1.0.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "unbox-primitive@1.0.1",
  10. "_id": "unbox-primitive@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-CF4hViXsMWJXTciFmr7nilmxRHE=",
  13. "_location": "/unbox-primitive",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "unbox-primitive@1.0.1",
  19. "name": "unbox-primitive",
  20. "escapedName": "unbox-primitive",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/unbox-primitive/download/unbox-primitive-1.0.1.tgz?cache=0&sync_timestamp=1616706427948&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Funbox-primitive%2Fdownload%2Funbox-primitive-1.0.1.tgz",
  29. "_spec": "1.0.1",
  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/ljharb/unbox-primitive/issues"
  45. },
  46. "dependencies": {
  47. "function-bind": "^1.1.1",
  48. "has-bigints": "^1.0.1",
  49. "has-symbols": "^1.0.2",
  50. "which-boxed-primitive": "^1.0.2"
  51. },
  52. "description": "Unbox a boxed JS primitive value.",
  53. "devDependencies": {
  54. "@ljharb/eslint-config": "^17.5.1",
  55. "aud": "^1.1.4",
  56. "auto-changelog": "^2.2.1",
  57. "eslint": "^7.22.0",
  58. "for-each": "^0.3.3",
  59. "in-publish": "^2.0.1",
  60. "nyc": "^10.3.2",
  61. "object-inspect": "^1.9.0",
  62. "object-is": "^1.1.5",
  63. "safe-publish-latest": "^1.1.4",
  64. "tape": "^5.2.2"
  65. },
  66. "funding": {
  67. "url": "https://github.com/sponsors/ljharb"
  68. },
  69. "homepage": "https://github.com/ljharb/unbox-primitive#readme",
  70. "keywords": [
  71. "unbox",
  72. "boxed",
  73. "primitive",
  74. "object",
  75. "javascript",
  76. "ecmascript"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "unbox-primitive",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/ljharb/unbox-primitive.git"
  84. },
  85. "scripts": {
  86. "lint": "eslint .",
  87. "posttest": "npx 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. "test": "npm run tests-only",
  92. "tests-only": "nyc tape 'test/**/*.js'",
  93. "version": "auto-changelog && git add CHANGELOG.md"
  94. },
  95. "version": "1.0.1"
  96. }