package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "cssnano-util-raw-cache@4.0.1",
  5. "E:\\amr1.0\\AMR"
  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. "chalk": "2.4.2",
  16. "has-flag": "3.0.0",
  17. "source-map": "0.6.1"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "cssnano-util-raw-cache@4.0.1",
  23. "name": "cssnano-util-raw-cache",
  24. "escapedName": "cssnano-util-raw-cache",
  25. "rawSpec": "4.0.1",
  26. "saveSpec": null,
  27. "fetchSpec": "4.0.1"
  28. },
  29. "_requiredBy": [
  30. "/cssnano-preset-default"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz",
  33. "_spec": "4.0.1",
  34. "_where": "E:\\amr1.0\\AMR",
  35. "author": {
  36. "name": "Ben Briggs",
  37. "email": "beneb.info@gmail.com",
  38. "url": "http://beneb.info"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/cssnano/cssnano/issues"
  42. },
  43. "dependencies": {
  44. "postcss": "^7.0.0"
  45. },
  46. "description": "Manages the raw value formatting for generated AST nodes.",
  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. "license": "MIT",
  60. "main": "dist/index.js",
  61. "name": "cssnano-util-raw-cache",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/cssnano/cssnano.git"
  65. },
  66. "scripts": {
  67. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  68. },
  69. "version": "4.0.1"
  70. }