package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_from": "is-core-module@^2.16.0",
  3. "_id": "is-core-module@2.16.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  6. "_location": "/is-core-module",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-core-module@^2.16.0",
  12. "name": "is-core-module",
  13. "escapedName": "is-core-module",
  14. "rawSpec": "^2.16.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.16.0"
  17. },
  18. "_requiredBy": [
  19. "/resolve"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.16.1.tgz",
  22. "_shasum": "2a98801a849f43e2add644fbb6bc6229b19a4ef4",
  23. "_spec": "is-core-module@^2.16.0",
  24. "_where": "E:\\vue_project\\el-table-column\\node_modules\\resolve",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com"
  28. },
  29. "auto-changelog": {
  30. "output": "CHANGELOG.md",
  31. "template": "keepachangelog",
  32. "unreleased": false,
  33. "commitLimit": false,
  34. "backfillLimit": false,
  35. "hideCredit": true
  36. },
  37. "bugs": {
  38. "url": "https://github.com/inspect-js/is-core-module/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "hasown": "^2.0.2"
  43. },
  44. "deprecated": false,
  45. "description": "Is this specifier a node.js core module?",
  46. "devDependencies": {
  47. "@ljharb/eslint-config": "^21.1.1",
  48. "auto-changelog": "^2.5.0",
  49. "encoding": "^0.1.13",
  50. "eslint": "=8.8.0",
  51. "in-publish": "^2.0.1",
  52. "mock-property": "^1.1.0",
  53. "npmignore": "^0.3.1",
  54. "nyc": "^10.3.2",
  55. "safe-publish-latest": "^2.0.0",
  56. "semver": "^6.3.1",
  57. "tape": "^5.9.0"
  58. },
  59. "engines": {
  60. "node": ">= 0.4"
  61. },
  62. "exports": {
  63. ".": "./index.js",
  64. "./package.json": "./package.json"
  65. },
  66. "funding": {
  67. "url": "https://github.com/sponsors/ljharb"
  68. },
  69. "homepage": "https://github.com/inspect-js/is-core-module",
  70. "keywords": [
  71. "core",
  72. "modules",
  73. "module",
  74. "npm",
  75. "node",
  76. "dependencies"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "is-core-module",
  81. "publishConfig": {
  82. "ignore": [
  83. ".github"
  84. ]
  85. },
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/inspect-js/is-core-module.git"
  89. },
  90. "scripts": {
  91. "lint": "eslint .",
  92. "posttest": "npx npm@'>=10.2' audit --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. "sideEffects": false,
  103. "version": "2.16.1"
  104. }