package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "grunt-autoprefixer@~3.0.3",
  6. "scope": null,
  7. "escapedName": "grunt-autoprefixer",
  8. "name": "grunt-autoprefixer",
  9. "rawSpec": "~3.0.3",
  10. "spec": ">=3.0.3 <3.1.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js"
  14. ]
  15. ],
  16. "_from": "grunt-autoprefixer@>=3.0.3 <3.1.0",
  17. "_id": "grunt-autoprefixer@3.0.4",
  18. "_inCache": true,
  19. "_location": "/grunt-autoprefixer",
  20. "_nodeVersion": "0.10.42",
  21. "_npmOperationalInternal": {
  22. "host": "packages-5-east.internal.npmjs.com",
  23. "tmp": "tmp/grunt-autoprefixer-3.0.4.tgz_1455624436921_0.6772588498424739"
  24. },
  25. "_npmUser": {
  26. "name": "weiss",
  27. "email": "dima.nikitenko@gmail.com"
  28. },
  29. "_npmVersion": "2.14.4",
  30. "_phantomChildren": {
  31. "ansi-styles": "2.2.1",
  32. "escape-string-regexp": "1.0.5",
  33. "get-stdin": "4.0.1"
  34. },
  35. "_requested": {
  36. "raw": "grunt-autoprefixer@~3.0.3",
  37. "scope": null,
  38. "escapedName": "grunt-autoprefixer",
  39. "name": "grunt-autoprefixer",
  40. "rawSpec": "~3.0.3",
  41. "spec": ">=3.0.3 <3.1.0",
  42. "type": "range"
  43. },
  44. "_requiredBy": [
  45. "#DEV:/"
  46. ],
  47. "_resolved": "https://registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-3.0.4.tgz",
  48. "_shasum": "fe42e247bcfab9c292a12c062dad4f35bde902c5",
  49. "_shrinkwrap": null,
  50. "_spec": "grunt-autoprefixer@~3.0.3",
  51. "_where": "/home/conte/data/reveal.js",
  52. "author": {
  53. "name": "Dmitry Nikitenko",
  54. "email": "dima.nikitenko@gmail.com"
  55. },
  56. "bugs": {
  57. "url": "https://github.com/ndmitry/grunt-autoprefixer/issues"
  58. },
  59. "dependencies": {
  60. "autoprefixer-core": "^5.1.7",
  61. "chalk": "~1.0.0",
  62. "diff": "~1.3.0",
  63. "postcss": "^4.1.11"
  64. },
  65. "description": "Parse CSS and add vendor-prefixed CSS properties using the Can I Use database. Based on Autoprefixer.",
  66. "devDependencies": {
  67. "grunt": "~0.4.4",
  68. "grunt-contrib-clean": "~0.6.0",
  69. "grunt-contrib-copy": "~0.7.0",
  70. "grunt-contrib-jshint": "~0.10.0",
  71. "grunt-contrib-nodeunit": "~0.4.0",
  72. "load-grunt-tasks": "~2.0.0",
  73. "time-grunt": "~1.0.0"
  74. },
  75. "directories": {},
  76. "dist": {
  77. "shasum": "fe42e247bcfab9c292a12c062dad4f35bde902c5",
  78. "tarball": "https://registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-3.0.4.tgz"
  79. },
  80. "engines": {
  81. "node": ">= 0.10.0"
  82. },
  83. "files": [
  84. "tasks",
  85. "LICENSE"
  86. ],
  87. "gitHead": "d6b6ec68688fe2cc229841e1e6f3e76a5adebe94",
  88. "homepage": "https://github.com/ndmitry/grunt-autoprefixer#readme",
  89. "keywords": [
  90. "gruntplugin",
  91. "css",
  92. "postprocessor",
  93. "prefix",
  94. "autoprefixer"
  95. ],
  96. "license": "MIT",
  97. "maintainers": [
  98. {
  99. "name": "weiss",
  100. "email": "dima.nikitenko@gmail.com"
  101. }
  102. ],
  103. "name": "grunt-autoprefixer",
  104. "optionalDependencies": {},
  105. "peerDependencies": {
  106. "grunt": ">=0.4.2"
  107. },
  108. "readme": "ERROR: No README data found!",
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/ndmitry/grunt-autoprefixer.git"
  112. },
  113. "scripts": {
  114. "test": "grunt test"
  115. },
  116. "version": "3.0.4"
  117. }