Dashboard sipadu mbip
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "adjust-sourcemap-loader@^1.1.0",
  3. "_id": "adjust-sourcemap-loader@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-958oaHHVEXMvsY7v7cC5gEkNIcoaAVIhZ4mBReYVZJOTP9IgKmzLjIOhTtzpLMu+qriXvLsVjJ155EeInp45IQ==",
  6. "_location": "/adjust-sourcemap-loader",
  7. "_phantomChildren": {
  8. "lodash._baseassign": "3.2.0",
  9. "lodash._createassigner": "3.1.1",
  10. "lodash.keys": "3.1.2",
  11. "lodash.restparam": "3.6.1"
  12. },
  13. "_requested": {
  14. "type": "range",
  15. "registry": true,
  16. "raw": "adjust-sourcemap-loader@^1.1.0",
  17. "name": "adjust-sourcemap-loader",
  18. "escapedName": "adjust-sourcemap-loader",
  19. "rawSpec": "^1.1.0",
  20. "saveSpec": null,
  21. "fetchSpec": "^1.1.0"
  22. },
  23. "_requiredBy": [
  24. "/resolve-url-loader"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-1.2.0.tgz",
  27. "_shasum": "e33fde95e50db9f2a802e3647e311d2fc5000c69",
  28. "_spec": "adjust-sourcemap-loader@^1.1.0",
  29. "_where": "/var/www/html/mdch.sipadu/node_modules/resolve-url-loader",
  30. "author": {
  31. "name": "bholloway"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/bholloway/adjust-sourcemap-loader/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "assert": "^1.3.0",
  39. "camelcase": "^1.2.1",
  40. "loader-utils": "^1.1.0",
  41. "lodash.assign": "^4.0.1",
  42. "lodash.defaults": "^3.1.2",
  43. "object-path": "^0.9.2",
  44. "regex-parser": "^2.2.9"
  45. },
  46. "deprecated": false,
  47. "description": "Webpack loader that adjusts source maps",
  48. "devDependencies": {
  49. "jshint": "^2.9.5"
  50. },
  51. "homepage": "https://github.com/bholloway/adjust-sourcemap-loader",
  52. "keywords": [
  53. "webpack",
  54. "loader",
  55. "source-map",
  56. "sourcemap",
  57. "sources",
  58. "resolve",
  59. "adjust"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "adjust-sourcemap-loader",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/bholloway/adjust-sourcemap-loader.git"
  67. },
  68. "scripts": {
  69. "lint": "jshint index.js lib"
  70. },
  71. "version": "1.2.0"
  72. }