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.

102 lines
2.8 KiB

  1. {
  2. "_from": "cssstyle@^2.2.0",
  3. "_id": "cssstyle@2.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
  6. "_location": "/cssstyle",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cssstyle@^2.2.0",
  12. "name": "cssstyle",
  13. "escapedName": "cssstyle",
  14. "rawSpec": "^2.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.2.0"
  17. },
  18. "_requiredBy": [
  19. "/jsdom"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
  22. "_shasum": "ff665a0ddbdc31864b09647f34163443d90b0852",
  23. "_spec": "cssstyle@^2.2.0",
  24. "_where": "/home/alpcentaur/ProjektA/PermApp/node_modules/jsdom",
  25. "bugs": {
  26. "url": "https://github.com/jsdom/cssstyle/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. "dependencies": {
  37. "cssom": "~0.3.6"
  38. },
  39. "deprecated": false,
  40. "description": "CSSStyleDeclaration Object Model implementation",
  41. "devDependencies": {
  42. "babel-generator": "~6.26.1",
  43. "babel-traverse": "~6.26.0",
  44. "babel-types": "~6.26.0",
  45. "babylon": "~6.18.0",
  46. "eslint": "~6.0.0",
  47. "eslint-config-prettier": "~6.0.0",
  48. "eslint-plugin-prettier": "~3.1.0",
  49. "jest": "^24.8.0",
  50. "npm-run-all": "^4.1.5",
  51. "prettier": "~1.18.0",
  52. "request": "^2.88.0",
  53. "resolve": "~1.11.1"
  54. },
  55. "directories": {
  56. "lib": "./lib"
  57. },
  58. "engines": {
  59. "node": ">=8"
  60. },
  61. "files": [
  62. "lib/"
  63. ],
  64. "homepage": "https://github.com/jsdom/cssstyle",
  65. "keywords": [
  66. "CSS",
  67. "CSSStyleDeclaration",
  68. "StyleSheet"
  69. ],
  70. "license": "MIT",
  71. "main": "./lib/CSSStyleDeclaration.js",
  72. "maintainers": [
  73. {
  74. "name": "Jon Sakas",
  75. "email": "jon.sakas@gmail.com",
  76. "url": "https://jon.sakas.co/"
  77. },
  78. {
  79. "name": "Rafał Ruciński",
  80. "email": "fatfisz@gmail.com",
  81. "url": "https://fatfisz.com"
  82. }
  83. ],
  84. "name": "cssstyle",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/jsdom/cssstyle.git"
  88. },
  89. "scripts": {
  90. "download": "node ./scripts/download_latest_properties.js && eslint lib/allProperties.js --fix",
  91. "generate": "run-p generate:*",
  92. "generate:implemented_properties": "node ./scripts/generate_implemented_properties.js",
  93. "generate:properties": "node ./scripts/generate_properties.js",
  94. "lint": "npm run generate && eslint . --max-warnings 0",
  95. "lint:fix": "eslint . --fix --max-warnings 0",
  96. "prepublishOnly": "npm run lint && npm run test",
  97. "test": "npm run generate && jest",
  98. "test-ci": "npm run lint && npm run test && codecov",
  99. "update-authors": "git log --format=\"%aN <%aE>\" | sort -f | uniq > AUTHORS"
  100. },
  101. "version": "2.3.0"
  102. }