package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "cssstyle@1.2.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cssstyle@1.2.2",
  10. "_id": "cssstyle@1.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Qn6k1YWxhiT2/b+d56Kho7pxMHc=",
  13. "_location": "/cssstyle",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cssstyle@1.2.2",
  19. "name": "cssstyle",
  20. "escapedName": "cssstyle",
  21. "rawSpec": "1.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.2"
  24. },
  25. "_requiredBy": [
  26. "/jsdom"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/cssstyle/download/cssstyle-1.2.2.tgz",
  29. "_spec": "1.2.2",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "bugs": {
  32. "url": "https://github.com/jsakas/CSSStyleDeclaration/issues"
  33. },
  34. "contributors": [
  35. {
  36. "name": "Chad Walker",
  37. "email": "chad@chad-cat-lore-eddie.com",
  38. "url": "https://github.com/chad3814"
  39. },
  40. {
  41. "name": "Rafał Ruciński",
  42. "email": "fatfisz@gmail.com",
  43. "url": "https://fatfisz.com"
  44. },
  45. {
  46. "name": "Nikita Vasilyev",
  47. "email": "me@elv1s.ru"
  48. },
  49. {
  50. "name": "Davide P. Cervone"
  51. },
  52. {
  53. "name": "Forbes Lindesay"
  54. }
  55. ],
  56. "dependencies": {
  57. "cssom": "0.3.x"
  58. },
  59. "description": "CSSStyleDeclaration Object Model implementation",
  60. "devDependencies": {
  61. "babel-generator": "~6.26.1",
  62. "babel-traverse": "~6.26.0",
  63. "babel-types": "~6.26.0",
  64. "babylon": "~6.18.0",
  65. "eslint": "5.13.0",
  66. "eslint-config-prettier": "4.0.0",
  67. "eslint-plugin-prettier": "3.0.1",
  68. "nodeunit": "~0.11.3",
  69. "npm-run-all": "^4.1.5",
  70. "prettier": "1.16.4",
  71. "request": "^2.88.0",
  72. "resolve": "~1.8.1"
  73. },
  74. "directories": {
  75. "lib": "./lib"
  76. },
  77. "homepage": "https://github.com/jsakas/CSSStyleDeclaration",
  78. "keywords": [
  79. "CSS",
  80. "CSSStyleDeclaration",
  81. "StyleSheet"
  82. ],
  83. "license": "MIT",
  84. "main": "./lib/CSSStyleDeclaration.js",
  85. "maintainers": [
  86. {
  87. "name": "Jon Sakas",
  88. "email": "jon.sakas@gmail.com",
  89. "url": "https://jon.sakas.co/"
  90. }
  91. ],
  92. "name": "cssstyle",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/jsakas/CSSStyleDeclaration.git"
  96. },
  97. "scripts": {
  98. "download": "node ./scripts/download_latest_properties.js && eslint lib/allProperties.js --fix",
  99. "generate": "run-p generate:*",
  100. "generate:implemented_properties": "node ./scripts/generate_implemented_properties.js",
  101. "generate:properties": "node ./scripts/generate_properties.js",
  102. "lint": "npm run generate && eslint . --max-warnings 0",
  103. "lint:fix": "eslint . --fix --max-warnings 0",
  104. "prepublishOnly": "npm run test-ci",
  105. "test": "npm run generate && nodeunit tests",
  106. "test-ci": "npm run lint && npm run test"
  107. },
  108. "version": "1.2.2"
  109. }