package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "cssnano-util-raw-cache@^4.0.1",
  3. "_id": "cssnano-util-raw-cache@4.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA==",
  6. "_location": "/cssnano-util-raw-cache",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cssnano-util-raw-cache@^4.0.1",
  12. "name": "cssnano-util-raw-cache",
  13. "escapedName": "cssnano-util-raw-cache",
  14. "rawSpec": "^4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/cssnano-preset-default"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz",
  22. "_shasum": "b26d5fd5f72a11dfe7a7846fb4c67260f96bf282",
  23. "_spec": "cssnano-util-raw-cache@^4.0.1",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\cssnano-preset-default",
  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/cssnano/cssnano/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "postcss": "^7.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Manages the raw value formatting for generated AST nodes.",
  39. "devDependencies": {
  40. "babel-cli": "^6.0.0",
  41. "cross-env": "^5.0.0"
  42. },
  43. "engines": {
  44. "node": ">=6.9.0"
  45. },
  46. "files": [
  47. "LICENSE-MIT",
  48. "dist"
  49. ],
  50. "homepage": "https://github.com/cssnano/cssnano",
  51. "license": "MIT",
  52. "main": "dist/index.js",
  53. "name": "cssnano-util-raw-cache",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/cssnano/cssnano.git"
  57. },
  58. "scripts": {
  59. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  60. },
  61. "version": "4.0.1"
  62. }