package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. "/@vue/cli-plugin-unit-mocha/jsdom",
  20. "/jsdom"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/cssstyle/-/cssstyle-1.4.0.tgz",
  23. "_shasum": "9d31328229d3c565c61e586b02041a28fccdccf1",
  24. "_spec": "cssstyle@^1.0.0",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\jsdom",
  26. "bugs": {
  27. "url": "https://github.com/jsakas/CSSStyleDeclaration/issues"
  28. },
  29. "bundleDependencies": false,
  30. "contributors": [
  31. {
  32. "name": "Chad Walker",
  33. "email": "chad@chad-cat-lore-eddie.com",
  34. "url": "https://github.com/chad3814"
  35. },
  36. {
  37. "name": "Rafał Ruciński",
  38. "email": "fatfisz@gmail.com",
  39. "url": "https://fatfisz.com"
  40. },
  41. {
  42. "name": "Nikita Vasilyev",
  43. "email": "me@elv1s.ru"
  44. },
  45. {
  46. "name": "Davide P. Cervone"
  47. },
  48. {
  49. "name": "Forbes Lindesay"
  50. }
  51. ],
  52. "dependencies": {
  53. "cssom": "0.3.x"
  54. },
  55. "deprecated": false,
  56. "description": "CSSStyleDeclaration Object Model implementation",
  57. "devDependencies": {
  58. "babel-generator": "~6.26.1",
  59. "babel-traverse": "~6.26.0",
  60. "babel-types": "~6.26.0",
  61. "babylon": "~6.18.0",
  62. "eslint": "5.13.0",
  63. "eslint-config-prettier": "4.0.0",
  64. "eslint-plugin-prettier": "3.0.1",
  65. "nodeunit": "~0.11.3",
  66. "npm-run-all": "^4.1.5",
  67. "prettier": "1.16.4",
  68. "request": "^2.88.0",
  69. "resolve": "~1.8.1"
  70. },
  71. "directories": {
  72. "lib": "./lib"
  73. },
  74. "homepage": "https://github.com/jsakas/CSSStyleDeclaration",
  75. "keywords": [
  76. "CSS",
  77. "CSSStyleDeclaration",
  78. "StyleSheet"
  79. ],
  80. "license": "MIT",
  81. "main": "./lib/CSSStyleDeclaration.js",
  82. "maintainers": [
  83. {
  84. "name": "Jon Sakas",
  85. "email": "jon.sakas@gmail.com",
  86. "url": "https://jon.sakas.co/"
  87. }
  88. ],
  89. "name": "cssstyle",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/jsakas/CSSStyleDeclaration.git"
  93. },
  94. "scripts": {
  95. "download": "node ./scripts/download_latest_properties.js && eslint lib/allProperties.js --fix",
  96. "generate": "run-p generate:*",
  97. "generate:implemented_properties": "node ./scripts/generate_implemented_properties.js",
  98. "generate:properties": "node ./scripts/generate_properties.js",
  99. "lint": "npm run generate && eslint . --max-warnings 0",
  100. "lint:fix": "eslint . --fix --max-warnings 0",
  101. "prepublishOnly": "npm run test-ci",
  102. "test": "npm run generate && nodeunit tests",
  103. "test-ci": "npm run lint && npm run test"
  104. },
  105. "version": "1.4.0"
  106. }