Dashboard sipadu mbip
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

package.json 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_from": "import-local@2.0.0",
  3. "_id": "import-local@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==",
  6. "_location": "/import-local",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "import-local@2.0.0",
  12. "name": "import-local",
  13. "escapedName": "import-local",
  14. "rawSpec": "2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/webpack-cli",
  20. "/webpack-dev-server"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz",
  23. "_shasum": "55070be38a5993cf18ef6db7e961f5bee5c5a09d",
  24. "_spec": "import-local@2.0.0",
  25. "_where": "/var/www/html/mdch.sipadu/node_modules/webpack-cli",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bin": {
  32. "import-local-fixture": "fixtures/cli.js"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/sindresorhus/import-local/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "pkg-dir": "^3.0.0",
  40. "resolve-cwd": "^2.0.0"
  41. },
  42. "deprecated": false,
  43. "description": "Let a globally installed package use a locally installed version of itself if available",
  44. "devDependencies": {
  45. "ava": "*",
  46. "cpy": "^7.0.1",
  47. "del": "^3.0.0",
  48. "execa": "^0.11.0",
  49. "xo": "*"
  50. },
  51. "engines": {
  52. "node": ">=6"
  53. },
  54. "files": [
  55. "index.js",
  56. "fixtures/cli.js"
  57. ],
  58. "homepage": "https://github.com/sindresorhus/import-local#readme",
  59. "keywords": [
  60. "import",
  61. "local",
  62. "require",
  63. "resolve",
  64. "global",
  65. "version",
  66. "prefer",
  67. "cli"
  68. ],
  69. "license": "MIT",
  70. "name": "import-local",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/import-local.git"
  74. },
  75. "scripts": {
  76. "test": "xo && ava"
  77. },
  78. "version": "2.0.0",
  79. "xo": {
  80. "ignores": [
  81. "fixtures"
  82. ]
  83. }
  84. }