package.json 2.7 KB

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