package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_from": "internal-slot@^1.0.7",
  3. "_id": "internal-slot@1.0.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==",
  6. "_location": "/internal-slot",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "internal-slot@^1.0.7",
  12. "name": "internal-slot",
  13. "escapedName": "internal-slot",
  14. "rawSpec": "^1.0.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.7"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/internal-slot/-/internal-slot-1.0.7.tgz",
  22. "_shasum": "c06dcca3ed874249881007b0a5523b172a190802",
  23. "_spec": "internal-slot@^1.0.7",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\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. "es-errors": "^1.3.0",
  41. "hasown": "^2.0.0",
  42. "side-channel": "^1.0.4"
  43. },
  44. "deprecated": false,
  45. "description": "ES spec-like internal slots",
  46. "devDependencies": {
  47. "@ljharb/eslint-config": "^21.1.0",
  48. "aud": "^2.0.4",
  49. "auto-changelog": "^2.4.0",
  50. "eslint": "=8.8.0",
  51. "for-each": "^0.3.3",
  52. "npmignore": "^0.3.1",
  53. "nyc": "^10.3.2",
  54. "object-inspect": "^1.13.1",
  55. "safe-publish-latest": "^2.0.0",
  56. "tape": "^5.7.4"
  57. },
  58. "engines": {
  59. "node": ">= 0.4"
  60. },
  61. "homepage": "https://github.com/ljharb/internal-slot#readme",
  62. "keywords": [
  63. "internal",
  64. "slot",
  65. "internal slot",
  66. "ecmascript",
  67. "es",
  68. "spec",
  69. "private",
  70. "data",
  71. "private data",
  72. "weakmap"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "internal-slot",
  77. "publishConfig": {
  78. "ignore": [
  79. ".github/workflows"
  80. ]
  81. },
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/ljharb/internal-slot.git"
  85. },
  86. "scripts": {
  87. "lint": "eslint .",
  88. "posttest": "aud --production",
  89. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  90. "prepack": "npmignore --auto --commentLines=autogenerated",
  91. "prepublish": "not-in-publish || npm run prepublishOnly",
  92. "prepublishOnly": "safe-publish-latest",
  93. "pretest": "npm run lint",
  94. "test": "npm run tests-only",
  95. "tests-only": "nyc tape 'test/**/*.js'",
  96. "version": "auto-changelog && git add CHANGELOG.md"
  97. },
  98. "version": "1.0.7"
  99. }