package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "cssom@0.3.6",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cssom@0.3.6",
  10. "_id": "cssom@0.3.6",
  11. "_inBundle": false,
  12. "_integrity": "sha1-+FIGzuBO+oQfPFmCp0uparINZa0=",
  13. "_location": "/cssom",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cssom@0.3.6",
  19. "name": "cssom",
  20. "escapedName": "cssom",
  21. "rawSpec": "0.3.6",
  22. "saveSpec": null,
  23. "fetchSpec": "0.3.6"
  24. },
  25. "_requiredBy": [
  26. "/cssstyle",
  27. "/jsdom"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/cssom/download/cssom-0.3.6.tgz",
  30. "_spec": "0.3.6",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Nikita Vasilyev",
  34. "email": "me@elv1s.ru"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/NV/CSSOM/issues"
  38. },
  39. "description": "CSS Object Model implementation and CSS parser",
  40. "devDependencies": {
  41. "jake": "~0.7.3"
  42. },
  43. "files": [
  44. "lib/"
  45. ],
  46. "homepage": "https://github.com/NV/CSSOM#readme",
  47. "keywords": [
  48. "CSS",
  49. "CSSOM",
  50. "parser",
  51. "styleSheet"
  52. ],
  53. "license": "MIT",
  54. "main": "./lib/index.js",
  55. "name": "cssom",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/NV/CSSOM.git"
  59. },
  60. "scripts": {
  61. "prepublish": "jake lib/index.js"
  62. },
  63. "version": "0.3.6"
  64. }