package.json 2.4 KB

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