package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "unbox-primitive@^1.0.1",
  3. "_id": "unbox-primitive@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==",
  6. "_location": "/unbox-primitive",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "unbox-primitive@^1.0.1",
  12. "name": "unbox-primitive",
  13. "escapedName": "unbox-primitive",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz",
  22. "_shasum": "085e215625ec3162574dc8859abee78a59b14471",
  23. "_spec": "unbox-primitive@^1.0.1",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\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. "function-bind": "^1.1.1",
  43. "has-bigints": "^1.0.1",
  44. "has-symbols": "^1.0.2",
  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": "^17.5.1",
  51. "aud": "^1.1.4",
  52. "auto-changelog": "^2.2.1",
  53. "eslint": "^7.22.0",
  54. "for-each": "^0.3.3",
  55. "in-publish": "^2.0.1",
  56. "nyc": "^10.3.2",
  57. "object-inspect": "^1.9.0",
  58. "object-is": "^1.1.5",
  59. "safe-publish-latest": "^1.1.4",
  60. "tape": "^5.2.2"
  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 .",
  83. "posttest": "npx 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 || safe-publish-latest",
  86. "pretest": "npm run lint",
  87. "test": "npm run tests-only",
  88. "tests-only": "nyc tape 'test/**/*.js'",
  89. "version": "auto-changelog && git add CHANGELOG.md"
  90. },
  91. "version": "1.0.1"
  92. }