package.json 1.7 KB

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