package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "postcss-normalize-string@4.0.2",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-normalize-string@4.0.2",
  10. "_id": "postcss-normalize-string@4.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-RrERod97Dnwqq49WNz8qo66ps0swYZDSb6rM57kN2J+aoyEAJfZ6bMx0sx/F9TIEX0xthPGCmeyiam/jXif0eA==",
  13. "_location": "/postcss-normalize-string",
  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": "postcss-normalize-string@4.0.2",
  23. "name": "postcss-normalize-string",
  24. "escapedName": "postcss-normalize-string",
  25. "rawSpec": "4.0.2",
  26. "saveSpec": null,
  27. "fetchSpec": "4.0.2"
  28. },
  29. "_requiredBy": [
  30. "/cssnano-preset-default"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-4.0.2.tgz",
  33. "_spec": "4.0.2",
  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. "has": "^1.0.0",
  45. "postcss": "^7.0.0",
  46. "postcss-value-parser": "^3.0.0"
  47. },
  48. "description": "Normalize wrapping quotes for CSS string literals.",
  49. "devDependencies": {
  50. "babel-cli": "^6.0.0",
  51. "cross-env": "^5.0.0"
  52. },
  53. "engines": {
  54. "node": ">=6.9.0"
  55. },
  56. "files": [
  57. "dist",
  58. "LICENSE-MIT"
  59. ],
  60. "homepage": "https://github.com/cssnano/cssnano",
  61. "keywords": [
  62. "css",
  63. "postcss",
  64. "postcss-plugin"
  65. ],
  66. "license": "MIT",
  67. "main": "dist/index.js",
  68. "name": "postcss-normalize-string",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/cssnano/cssnano.git"
  72. },
  73. "scripts": {
  74. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  75. },
  76. "version": "4.0.2"
  77. }