package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "postcss-modules-scope@2.2.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-modules-scope@2.2.0",
  10. "_id": "postcss-modules-scope@2.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-OFyuATzHdD9afXYC0Qc6iequYu4=",
  13. "_location": "/postcss-modules-scope",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss-modules-scope@2.2.0",
  19. "name": "postcss-modules-scope",
  20. "escapedName": "postcss-modules-scope",
  21. "rawSpec": "2.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.0"
  24. },
  25. "_requiredBy": [
  26. "/css-loader"
  27. ],
  28. "_resolved": "https://registry.nlark.com/postcss-modules-scope/download/postcss-modules-scope-2.2.0.tgz",
  29. "_spec": "2.2.0",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "author": {
  32. "name": "Glen Maddern"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/css-modules/postcss-modules-scope/issues"
  36. },
  37. "dependencies": {
  38. "postcss": "^7.0.6",
  39. "postcss-selector-parser": "^6.0.0"
  40. },
  41. "description": "A CSS Modules transform to extract export statements from local-scope classes",
  42. "devDependencies": {
  43. "chokidar-cli": "^1.0.1",
  44. "codecov.io": "^0.1.2",
  45. "coveralls": "^3.0.2",
  46. "cssesc": "^3.0.0",
  47. "eslint": "^5.9.0",
  48. "mocha": "^6.0.2",
  49. "nyc": "^14.1.0"
  50. },
  51. "engines": {
  52. "node": ">= 6"
  53. },
  54. "files": [
  55. "src"
  56. ],
  57. "homepage": "https://github.com/css-modules/postcss-modules-scope",
  58. "keywords": [
  59. "css-modules",
  60. "postcss",
  61. "plugin"
  62. ],
  63. "license": "ISC",
  64. "main": "src/index.js",
  65. "name": "postcss-modules-scope",
  66. "prettier": {
  67. "semi": true,
  68. "singleQuote": true,
  69. "trailingComma": "es5"
  70. },
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/css-modules/postcss-modules-scope.git"
  74. },
  75. "scripts": {
  76. "autotest": "chokidar src test -c 'yarn test'",
  77. "cover": "nyc mocha",
  78. "lint": "eslint src test",
  79. "precover": "yarn lint",
  80. "prepublish": "yarn run test",
  81. "pretest": "yarn lint",
  82. "test": "mocha",
  83. "travis": "yarn cover"
  84. },
  85. "version": "2.2.0"
  86. }