package.json 2.2 KB

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