package.json 1.8 KB

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