You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

77 lines
2.1 KiB

  1. {
  2. "_args": [
  3. [
  4. "postcss-convert-values@4.0.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "postcss-convert-values@4.0.1",
  9. "_id": "postcss-convert-values@4.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ==",
  12. "_location": "/postcss-convert-values",
  13. "_phantomChildren": {
  14. "color-convert": "1.9.3",
  15. "escape-string-regexp": "1.0.5",
  16. "has-flag": "3.0.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "postcss-convert-values@4.0.1",
  22. "name": "postcss-convert-values",
  23. "escapedName": "postcss-convert-values",
  24. "rawSpec": "4.0.1",
  25. "saveSpec": null,
  26. "fetchSpec": "4.0.1"
  27. },
  28. "_requiredBy": [
  29. "/cssnano-preset-default"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-4.0.1.tgz",
  32. "_spec": "4.0.1",
  33. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  34. "author": {
  35. "name": "Ben Briggs",
  36. "email": "beneb.info@gmail.com",
  37. "url": "http://beneb.info"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/cssnano/cssnano/issues"
  41. },
  42. "dependencies": {
  43. "postcss": "^7.0.0",
  44. "postcss-value-parser": "^3.0.0"
  45. },
  46. "description": "Convert values with PostCSS (e.g. ms -> s)",
  47. "devDependencies": {
  48. "babel-cli": "^6.0.0",
  49. "cross-env": "^5.0.0"
  50. },
  51. "engines": {
  52. "node": ">=6.9.0"
  53. },
  54. "files": [
  55. "LICENSE-MIT",
  56. "dist"
  57. ],
  58. "homepage": "https://github.com/cssnano/cssnano",
  59. "keywords": [
  60. "css",
  61. "optimisation",
  62. "postcss",
  63. "postcss-plugin"
  64. ],
  65. "license": "MIT",
  66. "main": "dist/index.js",
  67. "name": "postcss-convert-values",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/cssnano/cssnano.git"
  71. },
  72. "scripts": {
  73. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  74. },
  75. "version": "4.0.1"
  76. }