package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "internal-slot@1.0.5",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "internal-slot@1.0.5",
  10. "_id": "internal-slot@1.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==",
  13. "_location": "/internal-slot",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "internal-slot@1.0.5",
  19. "name": "internal-slot",
  20. "escapedName": "internal-slot",
  21. "rawSpec": "1.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.5"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz",
  29. "_spec": "1.0.5",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com"
  34. },
  35. "auto-changelog": {
  36. "output": "CHANGELOG.md",
  37. "unreleased": false,
  38. "commitLimit": false,
  39. "backfillLimit": false
  40. },
  41. "bugs": {
  42. "url": "https://github.com/ljharb/internal-slot/issues"
  43. },
  44. "dependencies": {
  45. "get-intrinsic": "^1.2.0",
  46. "has": "^1.0.3",
  47. "side-channel": "^1.0.4"
  48. },
  49. "description": "ES spec-like internal slots",
  50. "devDependencies": {
  51. "@ljharb/eslint-config": "^21.0.1",
  52. "aud": "^2.0.2",
  53. "auto-changelog": "^2.4.0",
  54. "eslint": "=8.8.0",
  55. "for-each": "^0.3.3",
  56. "npmignore": "^0.3.0",
  57. "nyc": "^10.3.2",
  58. "object-inspect": "^1.12.3",
  59. "safe-publish-latest": "^2.0.0",
  60. "tape": "^5.6.3"
  61. },
  62. "engines": {
  63. "node": ">= 0.4"
  64. },
  65. "homepage": "https://github.com/ljharb/internal-slot#readme",
  66. "keywords": [
  67. "internal",
  68. "slot",
  69. "internal slot",
  70. "ecmascript",
  71. "es",
  72. "spec",
  73. "private",
  74. "data",
  75. "private data",
  76. "weakmap"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "internal-slot",
  81. "publishConfig": {
  82. "ignore": [
  83. ".github/workflows"
  84. ]
  85. },
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/ljharb/internal-slot.git"
  89. },
  90. "scripts": {
  91. "lint": "eslint .",
  92. "posttest": "aud --production",
  93. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  94. "prepack": "npmignore --auto --commentLines=autogenerated",
  95. "prepublish": "not-in-publish || npm run prepublishOnly",
  96. "prepublishOnly": "safe-publish-latest",
  97. "pretest": "npm run lint",
  98. "test": "npm run tests-only",
  99. "tests-only": "nyc tape 'test/**/*.js'",
  100. "version": "auto-changelog && git add CHANGELOG.md"
  101. },
  102. "version": "1.0.5"
  103. }