package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "postcss-normalize-string@4.0.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  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": "sha1-zUTECrB6DHo23F6Zqs4eyk7CaQw=",
  13. "_location": "/postcss-normalize-string",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss-normalize-string@4.0.2",
  19. "name": "postcss-normalize-string",
  20. "escapedName": "postcss-normalize-string",
  21. "rawSpec": "4.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.2"
  24. },
  25. "_requiredBy": [
  26. "/cssnano-preset-default"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/postcss-normalize-string/download/postcss-normalize-string-4.0.2.tgz",
  29. "_spec": "4.0.2",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Ben Briggs",
  33. "email": "beneb.info@gmail.com",
  34. "url": "http://beneb.info"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/cssnano/cssnano/issues"
  38. },
  39. "dependencies": {
  40. "has": "^1.0.0",
  41. "postcss": "^7.0.0",
  42. "postcss-value-parser": "^3.0.0"
  43. },
  44. "description": "Normalize wrapping quotes for CSS string literals.",
  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. "dist",
  54. "LICENSE-MIT"
  55. ],
  56. "homepage": "https://github.com/cssnano/cssnano",
  57. "keywords": [
  58. "css",
  59. "postcss",
  60. "postcss-plugin"
  61. ],
  62. "license": "MIT",
  63. "main": "dist/index.js",
  64. "name": "postcss-normalize-string",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/cssnano/cssnano.git"
  68. },
  69. "scripts": {
  70. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  71. },
  72. "version": "4.0.2"
  73. }