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.

77 lines
1.9 KiB

3 months ago
  1. {
  2. "_args": [
  3. [
  4. "loader-utils@1.4.2",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "loader-utils@1.4.2",
  10. "_id": "loader-utils@1.4.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==",
  13. "_location": "/loader-utils",
  14. "_phantomChildren": {
  15. "minimist": "1.2.8"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "loader-utils@1.4.2",
  21. "name": "loader-utils",
  22. "escapedName": "loader-utils",
  23. "rawSpec": "1.4.2",
  24. "saveSpec": null,
  25. "fetchSpec": "1.4.2"
  26. },
  27. "_requiredBy": [
  28. "/@vue/cli-service/@vue/vue-loader-v15",
  29. "/vue-style-loader"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/loader-utils/-/loader-utils-1.4.2.tgz",
  32. "_spec": "1.4.2",
  33. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  34. "author": {
  35. "name": "Tobias Koppers @sokra"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/webpack/loader-utils/issues"
  39. },
  40. "dependencies": {
  41. "big.js": "^5.2.2",
  42. "emojis-list": "^3.0.0",
  43. "json5": "^1.0.1"
  44. },
  45. "description": "utils for webpack loaders",
  46. "devDependencies": {
  47. "coveralls": "^3.0.2",
  48. "eslint": "^5.11.0",
  49. "eslint-plugin-node": "^8.0.0",
  50. "eslint-plugin-prettier": "^3.0.0",
  51. "jest": "^21.2.1",
  52. "prettier": "^1.19.1",
  53. "standard-version": "^4.0.0"
  54. },
  55. "engines": {
  56. "node": ">=4.0.0"
  57. },
  58. "files": [
  59. "lib"
  60. ],
  61. "homepage": "https://github.com/webpack/loader-utils#readme",
  62. "license": "MIT",
  63. "main": "lib/index.js",
  64. "name": "loader-utils",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/webpack/loader-utils.git"
  68. },
  69. "scripts": {
  70. "lint": "eslint lib test",
  71. "pretest": "yarn lint",
  72. "release": "yarn test && standard-version",
  73. "test": "jest",
  74. "test:ci": "jest --coverage"
  75. },
  76. "version": "1.4.2"
  77. }