package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_from": "text-loader@0.0.1",
  3. "_id": "text-loader@0.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-y2GvBFB9hibaHBRWE9xQhdENU1KppXnM9DCf6NueYPB/lnNX8ZzP3JLs1R1p3ObItcs+y8DBiPwelkJf8txe+g==",
  6. "_location": "/text-loader",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "text-loader@0.0.1",
  12. "name": "text-loader",
  13. "escapedName": "text-loader",
  14. "rawSpec": "0.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "0.0.1"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/text-loader/-/text-loader-0.0.1.tgz",
  22. "_shasum": "8bf75d749b7c0579c939920051c69ea572ebddc1",
  23. "_spec": "text-loader@0.0.1",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
  25. "author": {
  26. "name": "Danny Fenstermaker"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/dfenstermaker/text-loader/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Webpack loader to polyfill for Requires' text loader module",
  34. "homepage": "https://github.com/dfenstermaker/text-loader",
  35. "keywords": [
  36. "webpack",
  37. "require",
  38. "text",
  39. "loader"
  40. ],
  41. "license": "ISC",
  42. "main": "index.js",
  43. "name": "text-loader",
  44. "repository": {
  45. "type": "git",
  46. "url": "git+https://github.com/dfenstermaker/text-loader.git"
  47. },
  48. "scripts": {
  49. "test": "echo \"Error: no test specified\" && exit 1"
  50. },
  51. "version": "0.0.1"
  52. }