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.

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "import-lazy@^3.1.0",
  3. "_id": "import-lazy@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-8/gvXvX2JMn0F+CDlSC4l6kOmVaLOO3XLkksI7CI3Ud95KDYJuYur2b9P/PUt/i/pDAMd/DulQsNbbbmRRsDIQ==",
  6. "_location": "/import-lazy",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "import-lazy@^3.1.0",
  12. "name": "import-lazy",
  13. "escapedName": "import-lazy",
  14. "rawSpec": "^3.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.0"
  17. },
  18. "_requiredBy": [
  19. "/bin-wrapper"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-3.1.0.tgz",
  22. "_shasum": "891279202c8a2280fdbd6674dbd8da1a1dfc67cc",
  23. "_spec": "import-lazy@^3.1.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\bin-wrapper",
  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": "*",
  38. "xo": "*"
  39. },
  40. "engines": {
  41. "node": ">=6"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/sindresorhus/import-lazy#readme",
  47. "keywords": [
  48. "import",
  49. "require",
  50. "load",
  51. "module",
  52. "modules",
  53. "lazy",
  54. "lazily",
  55. "defer",
  56. "deferred",
  57. "proxy",
  58. "proxies"
  59. ],
  60. "license": "MIT",
  61. "name": "import-lazy",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/sindresorhus/import-lazy.git"
  65. },
  66. "scripts": {
  67. "test": "xo && ava"
  68. },
  69. "version": "3.1.0"
  70. }