package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "postcss-initial@^3.0.0",
  3. "_id": "postcss-initial@3.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3RLn6DIpMsK1l5UUy9jxQvoDeUN4gP939tDcKUHD/kM8SGSKbFAnvkpFpj3Bhtz3HGk1jWY5ZNWX6mPta5M9fg==",
  6. "_location": "/postcss-initial",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-initial@^3.0.0",
  12. "name": "postcss-initial",
  13. "escapedName": "postcss-initial",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/postcss-preset-env"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-3.0.4.tgz",
  22. "_shasum": "9d32069a10531fe2ecafa0b6ac750ee0bc7efc53",
  23. "_spec": "postcss-initial@^3.0.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\postcss-preset-env",
  25. "author": {
  26. "name": "Maksim Koretskiy",
  27. "email": "mr.green.tv@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/maximkoretskiy/postcss-initial/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "postcss": "^7.0.2"
  35. },
  36. "deprecated": false,
  37. "description": "PostCSS plugin to fallback initial keyword.",
  38. "devDependencies": {
  39. "chai": "3.5.0",
  40. "eslint": "^4.18.2",
  41. "husky": "^3.0.9",
  42. "mocha": "^3.3.0",
  43. "standard-version": "^8.0.1"
  44. },
  45. "homepage": "https://github.com/maximkoretskiy/postcss-initial#readme",
  46. "husky": {
  47. "hooks": {
  48. "pre-commit": "npm test",
  49. "pre-push": "npm test"
  50. }
  51. },
  52. "keywords": [
  53. "postcss",
  54. "css",
  55. "postcss-plugin",
  56. "reset"
  57. ],
  58. "license": "MIT",
  59. "name": "postcss-initial",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/maximkoretskiy/postcss-initial.git"
  63. },
  64. "scripts": {
  65. "lint": "eslint *.js ./lib/ ./test/",
  66. "release": "standard-version",
  67. "tdd": "mocha -w --watch-extensions js,json,css",
  68. "test": "npm run lint && mocha"
  69. },
  70. "standard-version": {
  71. "scripts": {
  72. "prerelease": "npm test"
  73. }
  74. },
  75. "version": "3.0.4"
  76. }