You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

95 lines
2.4 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "is-core-module@2.1.0",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-core-module@2.1.0",
  10. "_id": "is-core-module@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-YcV7BgVMRFRua2FqQzKtTDMz8iCuLEyGKjr70q8Zm1yy2qKcurbFEd79PAdHV77oL3NrAaOVQIbMmiHQCHB7ZA==",
  13. "_location": "/is-core-module",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-core-module@2.1.0",
  19. "name": "is-core-module",
  20. "escapedName": "is-core-module",
  21. "rawSpec": "2.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.0"
  24. },
  25. "_requiredBy": [
  26. "/resolve"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.1.0.tgz",
  29. "_spec": "2.1.0",
  30. "_where": "/home/ubuntu/etherpad-lite",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com"
  34. },
  35. "auto-changelog": {
  36. "output": "CHANGELOG.md",
  37. "template": "keepachangelog",
  38. "unreleased": false,
  39. "commitLimit": false,
  40. "backfillLimit": false,
  41. "hideCredit": true
  42. },
  43. "bugs": {
  44. "url": "https://github.com/inspect-js/is-core-module/issues"
  45. },
  46. "dependencies": {
  47. "has": "^1.0.3"
  48. },
  49. "description": "Is this specifier a node.js core module?",
  50. "devDependencies": {
  51. "@ljharb/eslint-config": "^17.2.0",
  52. "aud": "^1.1.2",
  53. "auto-changelog": "^2.2.1",
  54. "eslint": "^7.12.1",
  55. "tape": "^5.0.1"
  56. },
  57. "exports": {
  58. ".": [
  59. {
  60. "default": "./index.js"
  61. },
  62. "./index.js"
  63. ],
  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. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/inspect-js/is-core-module.git"
  84. },
  85. "scripts": {
  86. "lint": "eslint .",
  87. "posttest": "aud --production",
  88. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  89. "pretest": "npm run lint",
  90. "test": "npm run tests-only",
  91. "tests-only": "tape test",
  92. "version": "auto-changelog && git add CHANGELOG.md"
  93. },
  94. "version": "2.1.0"
  95. }