package.json 2.5 KB

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