Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 2.0 KiB

před 3 roky
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "cssnano-util-raw-cache@4.0.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "cssnano-util-raw-cache@4.0.1",
  9. "_id": "cssnano-util-raw-cache@4.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA==",
  12. "_location": "/cssnano-util-raw-cache",
  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": "cssnano-util-raw-cache@4.0.1",
  22. "name": "cssnano-util-raw-cache",
  23. "escapedName": "cssnano-util-raw-cache",
  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/cssnano-util-raw-cache/-/cssnano-util-raw-cache-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. },
  45. "description": "Manages the raw value formatting for generated AST nodes.",
  46. "devDependencies": {
  47. "babel-cli": "^6.0.0",
  48. "cross-env": "^5.0.0"
  49. },
  50. "engines": {
  51. "node": ">=6.9.0"
  52. },
  53. "files": [
  54. "LICENSE-MIT",
  55. "dist"
  56. ],
  57. "homepage": "https://github.com/cssnano/cssnano",
  58. "license": "MIT",
  59. "main": "dist/index.js",
  60. "name": "cssnano-util-raw-cache",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/cssnano/cssnano.git"
  64. },
  65. "scripts": {
  66. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  67. },
  68. "version": "4.0.1"
  69. }