package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "is-file-esm@^1.0.0",
  3. "_id": "is-file-esm@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rZlaNKb4Mr8WlRu2A9XdeoKgnO5aA53XdPHgCKVyCrQ/rWi89RET1+bq37Ru46obaQXeiX4vmFIm1vks41hoSA==",
  6. "_location": "/is-file-esm",
  7. "_phantomChildren": {
  8. "@babel/helper-validator-identifier": "7.22.5",
  9. "@types/normalize-package-data": "2.4.1",
  10. "chalk": "2.4.2",
  11. "error-ex": "1.3.2",
  12. "json-parse-even-better-errors": "2.3.1",
  13. "lines-and-columns": "1.2.4",
  14. "normalize-package-data": "2.5.0"
  15. },
  16. "_requested": {
  17. "type": "range",
  18. "registry": true,
  19. "raw": "is-file-esm@^1.0.0",
  20. "name": "is-file-esm",
  21. "escapedName": "is-file-esm",
  22. "rawSpec": "^1.0.0",
  23. "saveSpec": null,
  24. "fetchSpec": "^1.0.0"
  25. },
  26. "_requiredBy": [
  27. "/@vue/cli-service"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/is-file-esm/-/is-file-esm-1.0.0.tgz",
  30. "_shasum": "987086b0f5a5318179e9d30f4f2f8d37321e1b5f",
  31. "_spec": "is-file-esm@^1.0.0",
  32. "_where": "E:\\2023\\5\\myjadmin\\node_modules\\@vue\\cli-service",
  33. "author": {
  34. "name": "David Mark Clements",
  35. "url": "@davidmarkclem"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/davidmarkclements/is-file-esm/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "read-pkg-up": "^7.0.1"
  43. },
  44. "deprecated": false,
  45. "description": "Determines whether a Node file is a Module (`import`) or a Script (`require`)",
  46. "devDependencies": {
  47. "nonsynchronous": "^1.2.0",
  48. "standard": "^14.3.4",
  49. "tap": "^14.10.8"
  50. },
  51. "directories": {
  52. "test": "test"
  53. },
  54. "engine": {
  55. "node": ">= 12.4.0"
  56. },
  57. "engineStrict": true,
  58. "homepage": "https://github.com/davidmarkclements/is-file-esm#readme",
  59. "keywords": [
  60. "esm",
  61. "cjs",
  62. "package.json",
  63. "module",
  64. "ecmascript modules",
  65. "native modules",
  66. "native ecmascript modules"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "is-file-esm",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/davidmarkclements/is-file-esm.git"
  74. },
  75. "scripts": {
  76. "ci": "npm test",
  77. "test": "tap -R classic --100"
  78. },
  79. "version": "1.0.0"
  80. }