package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "_from": "wxml-minifier@0.0.1",
  3. "_id": "wxml-minifier@0.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-g8ZS4fyLdyRIcExnevKTnAFxbtYlAPKBGFO1DXOcsJfmppQWjH2xe2Ff6rRQ2ubYAWalaNjMYpkAl6hurhqkHg==",
  6. "_location": "/wxml-minifier",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "wxml-minifier@0.0.1",
  12. "name": "wxml-minifier",
  13. "escapedName": "wxml-minifier",
  14. "rawSpec": "0.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "0.0.1"
  17. },
  18. "_requiredBy": [
  19. "/miniprogram-ci"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/wxml-minifier/-/wxml-minifier-0.0.1.tgz",
  22. "_shasum": "351e04f3b1d2f1b49a2ad0c917484642bc4f64ed",
  23. "_spec": "wxml-minifier@0.0.1",
  24. "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
  25. "author": "",
  26. "bugs": {
  27. "url": "https://github.com/LeeJim/wxml-minifier/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@leejim/wxml-parser": "^0.1.1"
  32. },
  33. "deprecated": false,
  34. "description": "微信小程序WXML压缩工具",
  35. "homepage": "https://github.com/LeeJim/wxml-minifier#readme",
  36. "keywords": [],
  37. "license": "ISC",
  38. "main": "index.js",
  39. "name": "wxml-minifier",
  40. "repository": {
  41. "type": "git",
  42. "url": "git+https://github.com/LeeJim/wxml-minifier.git"
  43. },
  44. "scripts": {
  45. "test": "echo \"Error: no test specified\" && exit 1"
  46. },
  47. "version": "0.0.1"
  48. }