package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "cssnano-util-get-arguments@4.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cssnano-util-get-arguments@4.0.0",
  10. "_id": "cssnano-util-get-arguments@4.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8=",
  13. "_location": "/cssnano-util-get-arguments",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cssnano-util-get-arguments@4.0.0",
  19. "name": "cssnano-util-get-arguments",
  20. "escapedName": "cssnano-util-get-arguments",
  21. "rawSpec": "4.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.0"
  24. },
  25. "_requiredBy": [
  26. "/postcss-minify-gradients",
  27. "/postcss-minify-params",
  28. "/postcss-normalize-positions",
  29. "/postcss-normalize-repeat-style",
  30. "/postcss-ordered-values"
  31. ],
  32. "_resolved": "https://registry.npm.taobao.org/cssnano-util-get-arguments/download/cssnano-util-get-arguments-4.0.0.tgz",
  33. "_spec": "4.0.0",
  34. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. "description": "Get a list of arguments, separated by a comma.",
  44. "devDependencies": {
  45. "babel-cli": "^6.0.0",
  46. "cross-env": "^5.0.0",
  47. "postcss-value-parser": "^3.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-get-arguments",
  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.0"
  68. }