package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_from": "postcss-color-functional-notation@^2.0.1",
  3. "_id": "postcss-color-functional-notation@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZBARCypjEDofW4P6IdPVTLhDNXPRn8T2s1zHbZidW6rPaaZvcnCS2soYFIQJrMZSxiePJ2XIYTlcb2ztr/eT2g==",
  6. "_location": "/postcss-color-functional-notation",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-color-functional-notation@^2.0.1",
  12. "name": "postcss-color-functional-notation",
  13. "escapedName": "postcss-color-functional-notation",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/postcss-preset-env"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-2.0.1.tgz",
  22. "_shasum": "5efd37a88fbabeb00a2966d1e53d98ced93f74e0",
  23. "_spec": "postcss-color-functional-notation@^2.0.1",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\postcss-preset-env",
  25. "author": {
  26. "name": "Jonathan Neal",
  27. "email": "jonathantneal@hotmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonathantneal/postcss-color-functional-notation/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "postcss": "^7.0.2",
  35. "postcss-values-parser": "^2.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Use space and slash separated color notation in CSS",
  39. "devDependencies": {
  40. "@babel/core": "^7.1.0",
  41. "@babel/preset-env": "^7.1.0",
  42. "babel-eslint": "^9.0.0",
  43. "eslint": "^5.6.0",
  44. "eslint-config-dev": "^2.0.0",
  45. "postcss-tape": "^2.2.0",
  46. "pre-commit": "^1.2.2",
  47. "rollup": "^0.66.0",
  48. "rollup-plugin-babel": "^4.0.3"
  49. },
  50. "engines": {
  51. "node": ">=6.0.0"
  52. },
  53. "eslintConfig": {
  54. "extends": "dev",
  55. "parser": "babel-eslint"
  56. },
  57. "files": [
  58. "index.cjs.js",
  59. "index.cjs.js.map",
  60. "index.es.mjs",
  61. "index.es.mjs.map"
  62. ],
  63. "homepage": "https://github.com/jonathantneal/postcss-color-functional-notation#readme",
  64. "keywords": [
  65. "postcss",
  66. "css",
  67. "postcss-plugin",
  68. "color",
  69. "colors",
  70. "rgb",
  71. "rgba",
  72. "hsl",
  73. "hsla",
  74. "hwb",
  75. "functional",
  76. "notation",
  77. "design",
  78. "syntax",
  79. "space",
  80. "comma"
  81. ],
  82. "license": "CC0-1.0",
  83. "main": "index.cjs.js",
  84. "module": "index.es.mjs",
  85. "name": "postcss-color-functional-notation",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/jonathantneal/postcss-color-functional-notation.git"
  89. },
  90. "scripts": {
  91. "prepublishOnly": "npm test",
  92. "pretest": "rollup -c .rollup.js --silent",
  93. "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
  94. "test:ec": "echint --ignore index.*.js test",
  95. "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
  96. "test:tape": "postcss-tape"
  97. },
  98. "version": "2.0.1"
  99. }