package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "postcss-modules-local-by-default@1.2.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-modules-local-by-default@1.2.0",
  10. "_id": "postcss-modules-local-by-default@1.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-X4cquUPIaAd86raVrBwO8fwRfkIdbwFu7CTfEOjiZQHVQwlHRSkTgH5NLDmMm5+1hQO8u6dZ+TOOJDbay1hYpA==",
  13. "_location": "/postcss-modules-local-by-default",
  14. "_phantomChildren": {
  15. "chalk": "2.4.2",
  16. "source-map": "0.6.1",
  17. "supports-color": "5.5.0"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "postcss-modules-local-by-default@1.2.0",
  23. "name": "postcss-modules-local-by-default",
  24. "escapedName": "postcss-modules-local-by-default",
  25. "rawSpec": "1.2.0",
  26. "saveSpec": null,
  27. "fetchSpec": "1.2.0"
  28. },
  29. "_requiredBy": [
  30. "/css-loader"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.2.0.tgz",
  33. "_spec": "1.2.0",
  34. "_where": "E:\\2023\\5\\myjadmin",
  35. "author": {
  36. "name": "Mark Dalgleish"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/css-modules/postcss-modules-local-by-default/issues"
  40. },
  41. "dependencies": {
  42. "css-selector-tokenizer": "^0.7.0",
  43. "postcss": "^6.0.1"
  44. },
  45. "description": "A CSS Modules transform to make local scope the default",
  46. "devDependencies": {
  47. "chokidar-cli": "^1.0.1",
  48. "codecov.io": "^0.1.2",
  49. "coveralls": "^2.11.2",
  50. "eslint": "^3.19.0",
  51. "istanbul": "^0.4.5",
  52. "tape": "^4.0.0"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/css-modules/postcss-modules-local-by-default#readme",
  58. "keywords": [
  59. "css-modules",
  60. "postcss",
  61. "css",
  62. "postcss-plugin"
  63. ],
  64. "license": "MIT",
  65. "name": "postcss-modules-local-by-default",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/css-modules/postcss-modules-local-by-default.git"
  69. },
  70. "scripts": {
  71. "autotest": "chokidar index.js test.js -c 'npm test'",
  72. "cover": "istanbul cover test.js",
  73. "lint": "eslint index.js test.js",
  74. "precover": "npm run lint",
  75. "prepublish": "npm prune && npm test",
  76. "pretest": "npm run lint",
  77. "publish-patch": "npm prune && npm test && npm version patch && git push && git push --tags && npm publish",
  78. "test": "tape test.js",
  79. "travis": "npm run cover -- --report lcovonly"
  80. },
  81. "version": "1.2.0"
  82. }