package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "cssnano-util-raw-cache@4.0.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cssnano-util-raw-cache@4.0.1",
  10. "_id": "cssnano-util-raw-cache@4.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA==",
  13. "_location": "/cssnano-util-raw-cache",
  14. "_phantomChildren": {
  15. "source-map": "0.6.1"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "cssnano-util-raw-cache@4.0.1",
  21. "name": "cssnano-util-raw-cache",
  22. "escapedName": "cssnano-util-raw-cache",
  23. "rawSpec": "4.0.1",
  24. "saveSpec": null,
  25. "fetchSpec": "4.0.1"
  26. },
  27. "_requiredBy": [
  28. "/cssnano-preset-default"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz",
  31. "_spec": "4.0.1",
  32. "_where": "E:\\2023\\5\\myjadmin",
  33. "author": {
  34. "name": "Ben Briggs",
  35. "email": "beneb.info@gmail.com",
  36. "url": "http://beneb.info"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/cssnano/cssnano/issues"
  40. },
  41. "dependencies": {
  42. "postcss": "^7.0.0"
  43. },
  44. "description": "Manages the raw value formatting for generated AST nodes.",
  45. "devDependencies": {
  46. "babel-cli": "^6.0.0",
  47. "cross-env": "^5.0.0"
  48. },
  49. "engines": {
  50. "node": ">=6.9.0"
  51. },
  52. "files": [
  53. "LICENSE-MIT",
  54. "dist"
  55. ],
  56. "homepage": "https://github.com/cssnano/cssnano",
  57. "license": "MIT",
  58. "main": "dist/index.js",
  59. "name": "cssnano-util-raw-cache",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/cssnano/cssnano.git"
  63. },
  64. "scripts": {
  65. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  66. },
  67. "version": "4.0.1"
  68. }