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.
 
 
 
 

86 line
2.1 KiB

  1. {
  2. "_args": [
  3. [
  4. "cssstyle@0.2.37",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "cssstyle@0.2.37",
  9. "_id": "cssstyle@0.2.37",
  10. "_inBundle": false,
  11. "_integrity": "sha1-VBCXI0yyUTyDzu06zdwn/yeYfVQ=",
  12. "_location": "/cssstyle",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "cssstyle@0.2.37",
  18. "name": "cssstyle",
  19. "escapedName": "cssstyle",
  20. "rawSpec": "0.2.37",
  21. "saveSpec": null,
  22. "fetchSpec": "0.2.37"
  23. },
  24. "_requiredBy": [
  25. "/jsdom"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-0.2.37.tgz",
  28. "_spec": "0.2.37",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "bugs": {
  31. "url": "https://github.com/chad3814/CSSStyleDeclaration/issues"
  32. },
  33. "contributors": [
  34. {
  35. "name": "Nikita Vasilyev",
  36. "email": "me@elv1s.ru"
  37. },
  38. {
  39. "name": "Davide P. Cervone"
  40. },
  41. {
  42. "name": "Forbes Lindesay"
  43. }
  44. ],
  45. "dependencies": {
  46. "cssom": "0.3.x"
  47. },
  48. "description": "CSSStyleDeclaration Object Model implementation",
  49. "devDependencies": {
  50. "babel-generator": "~6.11.4",
  51. "babel-traverse": "~6.13.0",
  52. "babel-types": "~6.13.0",
  53. "babylon": "~6.8.4",
  54. "nodeunit": "~0.8.0",
  55. "resolve": "~1.1.7"
  56. },
  57. "directories": {
  58. "lib": "./lib"
  59. },
  60. "homepage": "https://github.com/chad3814/CSSStyleDeclaration",
  61. "keywords": [
  62. "CSS",
  63. "CSSStyleDeclaration",
  64. "StyleSheet"
  65. ],
  66. "license": "MIT",
  67. "main": "./lib/CSSStyleDeclaration.js",
  68. "maintainers": [
  69. {
  70. "name": "Chad Walker",
  71. "email": "chad@chad-cat-lore-eddie.com",
  72. "url": "https://github.com/chad3814"
  73. }
  74. ],
  75. "name": "cssstyle",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/chad3814/CSSStyleDeclaration.git"
  79. },
  80. "scripts": {
  81. "prepublish": "node ./scripts/generate_properties.js",
  82. "test": "./scripts/run_tests.sh"
  83. },
  84. "version": "0.2.37"
  85. }