Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

85 строки
2.2 KiB

  1. {
  2. "_args": [
  3. [
  4. "postcss-initial@3.0.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "postcss-initial@3.0.2",
  9. "_id": "postcss-initial@3.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-ugA2wKonC0xeNHgirR4D3VWHs2JcU08WAi1KFLVcnb7IN89phID6Qtg2RIctWbnvp1TM2BOmDtX8GGLCKdR8YA==",
  12. "_location": "/postcss-initial",
  13. "_phantomChildren": {
  14. "color-convert": "1.9.3",
  15. "escape-string-regexp": "1.0.5",
  16. "has-flag": "3.0.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "postcss-initial@3.0.2",
  22. "name": "postcss-initial",
  23. "escapedName": "postcss-initial",
  24. "rawSpec": "3.0.2",
  25. "saveSpec": null,
  26. "fetchSpec": "3.0.2"
  27. },
  28. "_requiredBy": [
  29. "/postcss-preset-env"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-3.0.2.tgz",
  32. "_spec": "3.0.2",
  33. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  34. "author": {
  35. "name": "Maksim Koretskiy",
  36. "email": "mr.green.tv@gmail.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/maximkoretskiy/postcss-initial/issues"
  40. },
  41. "dependencies": {
  42. "lodash.template": "^4.5.0",
  43. "postcss": "^7.0.2"
  44. },
  45. "description": "PostCSS plugin to fallback initial keyword.",
  46. "devDependencies": {
  47. "chai": "3.5.0",
  48. "eslint": "^4.18.2",
  49. "husky": "^3.0.9",
  50. "mocha": "^3.3.0",
  51. "standard-version": "^7.0.0"
  52. },
  53. "homepage": "https://github.com/maximkoretskiy/postcss-initial#readme",
  54. "husky": {
  55. "hooks": {
  56. "pre-commit": "yarn test",
  57. "pre-push": "yarn test"
  58. }
  59. },
  60. "keywords": [
  61. "postcss",
  62. "css",
  63. "postcss-plugin",
  64. "reset"
  65. ],
  66. "license": "MIT",
  67. "name": "postcss-initial",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/maximkoretskiy/postcss-initial.git"
  71. },
  72. "scripts": {
  73. "lint": "eslint *.js ./lib/ ./test/",
  74. "release": "standard-version",
  75. "tdd": "mocha -w --watch-extensions js,json,css",
  76. "test": "npm run lint && mocha"
  77. },
  78. "standard-version": {
  79. "scripts": {
  80. "prerelease": "yarn test"
  81. }
  82. },
  83. "version": "3.0.2"
  84. }