package.json 2.4 KB

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