package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "unbox-primitive@^1.0.0",
  3. "_id": "unbox-primitive@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-P/51NX+JXyxK/aigg1/ZgyccdAxm5K1+n8+tvqSntjOivPt19gvm1VC49RWYetsiub8WViUchdxl/KWHHB0kzA==",
  6. "_location": "/unbox-primitive",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "unbox-primitive@^1.0.0",
  12. "name": "unbox-primitive",
  13. "escapedName": "unbox-primitive",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.0.tgz",
  22. "_shasum": "eeacbc4affa28e9b3d36b5eaeccc50b3251b1d3f",
  23. "_spec": "unbox-primitive@^1.0.0",
  24. "_where": "E:\\boman-framwork\\ruoyi-ui\\node_modules\\es-abstract",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com"
  28. },
  29. "auto-changelog": {
  30. "backfillLimit": false,
  31. "commitLimit": false,
  32. "template": "keepachangelog"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/ljharb/unbox-primitive/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "function-bind": "^1.1.1",
  40. "has-bigints": "^1.0.0",
  41. "has-symbols": "^1.0.0",
  42. "which-boxed-primitive": "^1.0.1"
  43. },
  44. "deprecated": false,
  45. "description": "Unbox a boxed JS primitive value.",
  46. "devDependencies": {
  47. "@ljharb/eslint-config": "^14.0.2",
  48. "auto-changelog": "^1.14.1",
  49. "eslint": "^6.1.0",
  50. "for-each": "^0.3.3",
  51. "in-publish": "^2.0.0",
  52. "object-inspect": "^1.6.0",
  53. "object-is": "^1.0.1",
  54. "safe-publish-latest": "^1.1.2",
  55. "tape": "^4.11.0"
  56. },
  57. "homepage": "https://github.com/ljharb/unbox-primitive#readme",
  58. "keywords": [
  59. "unbox",
  60. "boxed",
  61. "primitive",
  62. "object",
  63. "javascript",
  64. "ecmascript"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "unbox-primitive",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/ljharb/unbox-primitive.git"
  72. },
  73. "scripts": {
  74. "lint": "eslint .",
  75. "posttest": "npx aud",
  76. "prepublish": "not-in-publish || safe-publish-latest",
  77. "pretest": "npm run lint",
  78. "preversion": "auto-changelog",
  79. "test": "npm run tests-only",
  80. "tests-only": "node test"
  81. },
  82. "version": "1.0.0"
  83. }