package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "unbox-primitive@^1.0.2",
  3. "_id": "unbox-primitive@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
  6. "_location": "/unbox-primitive",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "unbox-primitive@^1.0.2",
  12. "name": "unbox-primitive",
  13. "escapedName": "unbox-primitive",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
  22. "_shasum": "29032021057d5e6cdbd08c5129c226dff8ed6f9e",
  23. "_spec": "unbox-primitive@^1.0.2",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\es-abstract",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com"
  28. },
  29. "auto-changelog": {
  30. "output": "CHANGELOG.md",
  31. "template": "keepachangelog",
  32. "unreleased": false,
  33. "commitLimit": false,
  34. "backfillLimit": false,
  35. "hideCredit": true
  36. },
  37. "bugs": {
  38. "url": "https://github.com/ljharb/unbox-primitive/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "call-bind": "^1.0.2",
  43. "has-bigints": "^1.0.2",
  44. "has-symbols": "^1.0.3",
  45. "which-boxed-primitive": "^1.0.2"
  46. },
  47. "deprecated": false,
  48. "description": "Unbox a boxed JS primitive value.",
  49. "devDependencies": {
  50. "@ljharb/eslint-config": "^21.0.0",
  51. "aud": "^2.0.0",
  52. "auto-changelog": "^2.4.0",
  53. "eslint": "=8.8.0",
  54. "for-each": "^0.3.3",
  55. "in-publish": "^2.0.1",
  56. "nyc": "^10.3.2",
  57. "object-inspect": "^1.12.0",
  58. "object-is": "^1.1.5",
  59. "safe-publish-latest": "^2.0.0",
  60. "tape": "^5.5.3"
  61. },
  62. "funding": {
  63. "url": "https://github.com/sponsors/ljharb"
  64. },
  65. "homepage": "https://github.com/ljharb/unbox-primitive#readme",
  66. "keywords": [
  67. "unbox",
  68. "boxed",
  69. "primitive",
  70. "object",
  71. "javascript",
  72. "ecmascript"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "unbox-primitive",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/ljharb/unbox-primitive.git"
  80. },
  81. "scripts": {
  82. "lint": "eslint --ext=js,mjs .",
  83. "posttest": "aud --production",
  84. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  85. "prepublish": "not-in-publish || npm run prepublishOnly",
  86. "prepublishOnly": "safe-publish-latest",
  87. "pretest": "npm run lint",
  88. "test": "npm run tests-only",
  89. "tests-only": "nyc tape 'test/**/*.js'",
  90. "version": "auto-changelog && git add CHANGELOG.md"
  91. },
  92. "version": "1.0.2"
  93. }