package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "internal-slot@1.0.3",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "internal-slot@1.0.3",
  9. "_id": "internal-slot@1.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==",
  12. "_location": "/internal-slot",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "internal-slot@1.0.3",
  18. "name": "internal-slot",
  19. "escapedName": "internal-slot",
  20. "rawSpec": "1.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.3"
  23. },
  24. "_requiredBy": [
  25. "/es-abstract"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz",
  28. "_spec": "1.0.3",
  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. "unreleased": false,
  37. "commitLimit": false,
  38. "backfillLimit": false
  39. },
  40. "bugs": {
  41. "url": "https://github.com/ljharb/internal-slot/issues"
  42. },
  43. "dependencies": {
  44. "get-intrinsic": "^1.1.0",
  45. "has": "^1.0.3",
  46. "side-channel": "^1.0.4"
  47. },
  48. "description": "ES spec-like internal slots",
  49. "devDependencies": {
  50. "@ljharb/eslint-config": "^17.5.0",
  51. "aud": "^1.1.3",
  52. "auto-changelog": "^2.2.1",
  53. "eslint": "^7.18.0",
  54. "foreach": "^2.0.5",
  55. "nyc": "^10.3.2",
  56. "object-inspect": "^1.9.0",
  57. "safe-publish-latest": "^1.1.4",
  58. "tape": "^5.1.1"
  59. },
  60. "engines": {
  61. "node": ">= 0.4"
  62. },
  63. "homepage": "https://github.com/ljharb/internal-slot#readme",
  64. "keywords": [
  65. "internal",
  66. "slot",
  67. "internal slot",
  68. "ecmascript",
  69. "es",
  70. "spec",
  71. "private",
  72. "data",
  73. "private data",
  74. "weakmap"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "internal-slot",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/ljharb/internal-slot.git"
  82. },
  83. "scripts": {
  84. "lint": "eslint .",
  85. "posttest": "aud --production",
  86. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  87. "prepublish": "safe-publish-latest",
  88. "pretest": "npm run lint",
  89. "test": "npm run tests-only",
  90. "tests-only": "nyc tape 'test/**/*.js'",
  91. "version": "auto-changelog && git add CHANGELOG.md"
  92. },
  93. "version": "1.0.3"
  94. }