package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "postcss-zindex@2.2.0",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "postcss-zindex@2.2.0",
  9. "_id": "postcss-zindex@2.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-0hCd3AVbka9n/EyzsCWUZjnSryI=",
  12. "_location": "/postcss-zindex",
  13. "_phantomChildren": {
  14. "escape-string-regexp": "1.0.5",
  15. "has-ansi": "2.0.0",
  16. "js-base64": "2.4.3",
  17. "strip-ansi": "3.0.1"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "postcss-zindex@2.2.0",
  23. "name": "postcss-zindex",
  24. "escapedName": "postcss-zindex",
  25. "rawSpec": "2.2.0",
  26. "saveSpec": null,
  27. "fetchSpec": "2.2.0"
  28. },
  29. "_requiredBy": [
  30. "/cssnano"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/postcss-zindex/-/postcss-zindex-2.2.0.tgz",
  33. "_spec": "2.2.0",
  34. "_where": "D:\\projects\\dealer_front",
  35. "author": {
  36. "name": "Ben Briggs",
  37. "email": "beneb.info@gmail.com",
  38. "url": "http://beneb.info"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/ben-eb/postcss-zindex/issues"
  42. },
  43. "dependencies": {
  44. "has": "^1.0.1",
  45. "postcss": "^5.0.4",
  46. "uniqs": "^2.0.0"
  47. },
  48. "description": "Reduce z-index values with PostCSS.",
  49. "devDependencies": {
  50. "jshint": "^2.8.0",
  51. "jshint-stylish": "^2.0.1",
  52. "tap-spec": "^4.1.0",
  53. "tape": "^4.2.0"
  54. },
  55. "files": [
  56. "LICENSE-MIT",
  57. "index.js",
  58. "lib"
  59. ],
  60. "homepage": "https://github.com/ben-eb/postcss-zindex",
  61. "keywords": [
  62. "css",
  63. "normalize",
  64. "optimise",
  65. "optimisation",
  66. "postcss",
  67. "postcss-plugin",
  68. "z-index"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "postcss-zindex",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/ben-eb/postcss-zindex.git"
  76. },
  77. "scripts": {
  78. "lint": "jshint index.js lib/*.js --reporter node_modules/jshint-stylish/stylish.js",
  79. "test": "tape test.js | tap-spec"
  80. },
  81. "version": "2.2.0"
  82. }