package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "is-core-module@2.9.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-core-module@2.9.0",
  10. "_id": "is-core-module@2.9.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==",
  13. "_location": "/is-core-module",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-core-module@2.9.0",
  19. "name": "is-core-module",
  20. "escapedName": "is-core-module",
  21. "rawSpec": "2.9.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.9.0"
  24. },
  25. "_requiredBy": [
  26. "/meow/normalize-package-data"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz",
  29. "_spec": "2.9.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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": "^21.0.0",
  52. "aud": "^2.0.0",
  53. "auto-changelog": "^2.4.0",
  54. "eslint": "=8.8.0",
  55. "mock-property": "^1.0.0",
  56. "nyc": "^10.3.2",
  57. "safe-publish-latest": "^2.0.0",
  58. "semver": "^6.3.0",
  59. "tape": "^5.5.3"
  60. },
  61. "exports": {
  62. ".": "./index.js",
  63. "./package.json": "./package.json"
  64. },
  65. "funding": {
  66. "url": "https://github.com/sponsors/ljharb"
  67. },
  68. "homepage": "https://github.com/inspect-js/is-core-module",
  69. "keywords": [
  70. "core",
  71. "modules",
  72. "module",
  73. "npm",
  74. "node",
  75. "dependencies"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "is-core-module",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/inspect-js/is-core-module.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": "not-in-publish || npm run prepublishOnly",
  89. "prepublishOnly": "safe-publish-latest",
  90. "pretest": "npm run lint",
  91. "test": "npm run tests-only",
  92. "tests-only": "nyc tape 'test/**/*.js'",
  93. "version": "auto-changelog && git add CHANGELOG.md"
  94. },
  95. "sideEffects": false,
  96. "version": "2.9.0"
  97. }