package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "internal-slot@1.0.3",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "internal-slot@1.0.3",
  10. "_id": "internal-slot@1.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-c0fjB97uovqsKsYgXUvH00ln9Zw=",
  13. "_location": "/internal-slot",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "internal-slot@1.0.3",
  19. "name": "internal-slot",
  20. "escapedName": "internal-slot",
  21. "rawSpec": "1.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.3"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract"
  27. ],
  28. "_resolved": "https://registry.nlark.com/internal-slot/download/internal-slot-1.0.3.tgz",
  29. "_spec": "1.0.3",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  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.1.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": "^17.5.0",
  52. "aud": "^1.1.3",
  53. "auto-changelog": "^2.2.1",
  54. "eslint": "^7.18.0",
  55. "foreach": "^2.0.5",
  56. "nyc": "^10.3.2",
  57. "object-inspect": "^1.9.0",
  58. "safe-publish-latest": "^1.1.4",
  59. "tape": "^5.1.1"
  60. },
  61. "engines": {
  62. "node": ">= 0.4"
  63. },
  64. "homepage": "https://github.com/ljharb/internal-slot#readme",
  65. "keywords": [
  66. "internal",
  67. "slot",
  68. "internal slot",
  69. "ecmascript",
  70. "es",
  71. "spec",
  72. "private",
  73. "data",
  74. "private data",
  75. "weakmap"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "internal-slot",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/ljharb/internal-slot.git"
  83. },
  84. "scripts": {
  85. "lint": "eslint .",
  86. "posttest": "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": "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.3"
  95. }