package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "postcss-modules-local-by-default@^3.0.3",
  3. "_id": "postcss-modules-local-by-default@3.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==",
  6. "_location": "/postcss-modules-local-by-default",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-modules-local-by-default@^3.0.3",
  12. "name": "postcss-modules-local-by-default",
  13. "escapedName": "postcss-modules-local-by-default",
  14. "rawSpec": "^3.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.3"
  17. },
  18. "_requiredBy": [
  19. "/css-loader"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz",
  22. "_shasum": "bb14e0cc78279d504dbdcbfd7e0ca28993ffbbb0",
  23. "_spec": "postcss-modules-local-by-default@^3.0.3",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\css-loader",
  25. "author": {
  26. "name": "Mark Dalgleish"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/css-modules/postcss-modules-local-by-default/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "icss-utils": "^4.1.1",
  34. "postcss": "^7.0.32",
  35. "postcss-selector-parser": "^6.0.2",
  36. "postcss-value-parser": "^4.1.0"
  37. },
  38. "deprecated": false,
  39. "description": "A CSS Modules transform to make local scope the default",
  40. "devDependencies": {
  41. "chokidar-cli": "^1.2.3",
  42. "codecov.io": "^0.1.6",
  43. "coveralls": "^3.1.0",
  44. "eslint": "^5.16.0",
  45. "istanbul": "^0.4.5",
  46. "tape": "^5.0.1"
  47. },
  48. "engines": {
  49. "node": ">= 6"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/css-modules/postcss-modules-local-by-default#readme",
  55. "keywords": [
  56. "css-modules",
  57. "postcss",
  58. "css",
  59. "postcss-plugin"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "postcss-modules-local-by-default",
  64. "prettier": {
  65. "singleQuote": true,
  66. "trailingComma": "es5"
  67. },
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/css-modules/postcss-modules-local-by-default.git"
  71. },
  72. "scripts": {
  73. "autotest": "chokidar index.js test.js -c 'yarn test'",
  74. "cover": "istanbul cover test.js",
  75. "lint": "eslint index.js test.js",
  76. "precover": "yarn lint",
  77. "prepublish": "yarn test",
  78. "pretest": "yarn lint",
  79. "test": "tape test.js",
  80. "travis": "yarn lint && yarn cover -- --report lcovonly"
  81. },
  82. "version": "3.0.3"
  83. }