package.json 1.8 KB

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