package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "import-lazy@^4.0.0",
  3. "_id": "import-lazy@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==",
  6. "_location": "/import-lazy",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "import-lazy@^4.0.0",
  12. "name": "import-lazy",
  13. "escapedName": "import-lazy",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/stylelint"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz",
  22. "_shasum": "e8eb627483a0a43da3c03f3e35548be5cb0cc153",
  23. "_spec": "import-lazy@^4.0.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\stylelint",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/import-lazy/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Import a module lazily",
  36. "devDependencies": {
  37. "ava": "^1.4.1",
  38. "tsd": "^0.7.2",
  39. "xo": "^0.24.0"
  40. },
  41. "engines": {
  42. "node": ">=8"
  43. },
  44. "files": [
  45. "index.js",
  46. "index.d.ts"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/import-lazy#readme",
  49. "keywords": [
  50. "import",
  51. "require",
  52. "load",
  53. "module",
  54. "modules",
  55. "lazy",
  56. "lazily",
  57. "defer",
  58. "deferred",
  59. "proxy",
  60. "proxies"
  61. ],
  62. "license": "MIT",
  63. "name": "import-lazy",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/import-lazy.git"
  67. },
  68. "scripts": {
  69. "test": "xo && ava && tsd"
  70. },
  71. "version": "4.0.0"
  72. }