package.json 1.9 KB

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