package.json 1.7 KB

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