package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "cssdb@^4.4.0",
  3. "_id": "cssdb@4.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LsTAR1JPEM9TpGhl/0p3nQecC2LJ0kD8X5YARu1hk/9I1gril5vDtMZyNxcEpxxDj34YNck/ucjuoUd66K03oQ==",
  6. "_location": "/cssdb",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cssdb@^4.4.0",
  12. "name": "cssdb",
  13. "escapedName": "cssdb",
  14. "rawSpec": "^4.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.4.0"
  17. },
  18. "_requiredBy": [
  19. "/postcss-preset-env"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cssdb/-/cssdb-4.4.0.tgz",
  22. "_shasum": "3bf2f2a68c10f5c6a08abd92378331ee803cddb0",
  23. "_spec": "cssdb@^4.4.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\postcss-preset-env",
  25. "author": {
  26. "name": "Jonathan Neal",
  27. "email": "jonathantneal@hotmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/csstools/cssdb/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "A comprehensive list of CSS features and their positions in the process of becoming implemented web standards",
  35. "devDependencies": {
  36. "browserslist": "^4.4.2",
  37. "caniuse-lite": "^1.0.30000942",
  38. "cssnano": "^4.1.10",
  39. "eslit": "^6.0.0",
  40. "fse": "^4.0.1",
  41. "http-server": "^0.11.1",
  42. "marked": "^0.6.1",
  43. "node-fetch": "^2.3.0",
  44. "postcss": "^7.0.14",
  45. "postcss-preset-env": "^6.6.0",
  46. "pre-commit": "^1.2.2",
  47. "stylelint": "^9.10.1",
  48. "stylelint-config-dev": "^4.0.0"
  49. },
  50. "files": [
  51. "cssdb.json"
  52. ],
  53. "homepage": "https://github.com/csstools/cssdb#readme",
  54. "keywords": [
  55. "css",
  56. "features",
  57. "list",
  58. "specifications",
  59. "stages",
  60. "tc39"
  61. ],
  62. "license": "CC0-1.0",
  63. "main": "cssdb.json",
  64. "name": "cssdb",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/csstools/cssdb.git"
  68. },
  69. "scripts": {
  70. "start": "node tasks/start",
  71. "start:nobadges": "node tasks/start --no-badges",
  72. "test": "npm run test:css && npm run test:json",
  73. "test:css": "stylelint tasks/style-template.css",
  74. "test:json": "node tasks/test",
  75. "watch": "http-server gh-pages"
  76. },
  77. "stylelint": {
  78. "extends": "stylelint-config-dev"
  79. },
  80. "version": "4.4.0"
  81. }