package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "cssnano-util-get-arguments@^4.0.0",
  3. "_id": "cssnano-util-get-arguments@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8=",
  6. "_location": "/cssnano-util-get-arguments",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cssnano-util-get-arguments@^4.0.0",
  12. "name": "cssnano-util-get-arguments",
  13. "escapedName": "cssnano-util-get-arguments",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/postcss-minify-gradients",
  20. "/postcss-minify-params",
  21. "/postcss-normalize-positions",
  22. "/postcss-normalize-repeat-style",
  23. "/postcss-ordered-values"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz",
  26. "_shasum": "ed3a08299f21d75741b20f3b81f194ed49cc150f",
  27. "_spec": "cssnano-util-get-arguments@^4.0.0",
  28. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\postcss-minify-gradients",
  29. "author": {
  30. "name": "Ben Briggs",
  31. "email": "beneb.info@gmail.com",
  32. "url": "http://beneb.info"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/cssnano/cssnano/issues"
  36. },
  37. "bundleDependencies": false,
  38. "deprecated": false,
  39. "description": "Get a list of arguments, separated by a comma.",
  40. "devDependencies": {
  41. "babel-cli": "^6.0.0",
  42. "cross-env": "^5.0.0",
  43. "postcss-value-parser": "^3.0.0"
  44. },
  45. "engines": {
  46. "node": ">=6.9.0"
  47. },
  48. "files": [
  49. "LICENSE-MIT",
  50. "dist"
  51. ],
  52. "homepage": "https://github.com/cssnano/cssnano",
  53. "license": "MIT",
  54. "main": "dist/index.js",
  55. "name": "cssnano-util-get-arguments",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/cssnano/cssnano.git"
  59. },
  60. "scripts": {
  61. "prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/"
  62. },
  63. "version": "4.0.0"
  64. }