package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "postcss-message-helpers@2.0.0",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "postcss-message-helpers@2.0.0",
  9. "_id": "postcss-message-helpers@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-pPL0+rbk/gAvCu0ABHjN9S+bpg4=",
  12. "_location": "/postcss-message-helpers",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "postcss-message-helpers@2.0.0",
  18. "name": "postcss-message-helpers",
  19. "escapedName": "postcss-message-helpers",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/postcss-calc"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/postcss-message-helpers/-/postcss-message-helpers-2.0.0.tgz",
  28. "_spec": "2.0.0",
  29. "_where": "D:\\projects\\dealer_front",
  30. "author": {
  31. "name": "Maxime Thirouin"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/MoOx/postcss-message-helpers/issues"
  35. },
  36. "description": "PostCSS helpers to throw or output GNU style messages",
  37. "devDependencies": {
  38. "jscs": "^1.6.2",
  39. "jshint": "^2.5.6",
  40. "postcss": "^4.0.2",
  41. "tape": "^3.0.0"
  42. },
  43. "files": [
  44. "CHANGELOG.md",
  45. "LICENSE",
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/MoOx/postcss-message-helpers#readme",
  49. "keywords": [
  50. "css",
  51. "postcss",
  52. "postcss-plugins",
  53. "messages",
  54. "error",
  55. "warning"
  56. ],
  57. "license": "MIT",
  58. "name": "postcss-message-helpers",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/MoOx/postcss-message-helpers.git"
  62. },
  63. "scripts": {
  64. "lint": "jscs *.js **/*.js && jshint . --exclude-path .gitignore",
  65. "test": "npm run lint && tape test"
  66. },
  67. "version": "2.0.0"
  68. }