package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "_from": "css-stringify@1.0.5",
  3. "_id": "css-stringify@1.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha1-sNBClG2ylTu50pKQCmy19tASIDE=",
  6. "_location": "/css-stringify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "css-stringify@1.0.5",
  12. "name": "css-stringify",
  13. "escapedName": "css-stringify",
  14. "rawSpec": "1.0.5",
  15. "saveSpec": null,
  16. "fetchSpec": "1.0.5"
  17. },
  18. "_requiredBy": [
  19. "/css"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/css-stringify/download/css-stringify-1.0.5.tgz",
  22. "_shasum": "b0d042946db2953bb9d292900a6cb5f6d0122031",
  23. "_spec": "css-stringify@1.0.5",
  24. "_where": "/root/hexo/myblog/node_modules/css",
  25. "author": {
  26. "name": "TJ Holowaychuk",
  27. "email": "tj@vision-media.ca"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "description": "CSS compiler",
  32. "devDependencies": {
  33. "css-parse": "1.0.3",
  34. "mocha": "*",
  35. "should": "*"
  36. },
  37. "keywords": [
  38. "css",
  39. "stringify",
  40. "stylesheet"
  41. ],
  42. "main": "index",
  43. "name": "css-stringify",
  44. "version": "1.0.5"
  45. }