package.json 2.9 KB

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