package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "postcss-modules-local-by-default@^2.0.6",
  3. "_id": "postcss-modules-local-by-default@2.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha1-3ZlT9t1Ha1/R7y2IMMiSl2C1bmM=",
  6. "_location": "/postcss-modules-local-by-default",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-modules-local-by-default@^2.0.6",
  12. "name": "postcss-modules-local-by-default",
  13. "escapedName": "postcss-modules-local-by-default",
  14. "rawSpec": "^2.0.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.6"
  17. },
  18. "_requiredBy": [
  19. "/css-loader"
  20. ],
  21. "_resolved": "https://registry.npm.taobao.org/postcss-modules-local-by-default/download/postcss-modules-local-by-default-2.0.6.tgz?cache=0&sync_timestamp=1602587624722&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-modules-local-by-default%2Fdownload%2Fpostcss-modules-local-by-default-2.0.6.tgz",
  22. "_shasum": "dd9953f6dd476b5fd1ef2d8830c8929760b56e63",
  23. "_spec": "postcss-modules-local-by-default@^2.0.6",
  24. "_where": "D:\\朗通信息\\icssDService\\node_modules\\css-loader",
  25. "author": {
  26. "name": "Mark Dalgleish"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/css-modules/postcss-modules-local-by-default/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "postcss": "^7.0.6",
  34. "postcss-selector-parser": "^6.0.0",
  35. "postcss-value-parser": "^3.3.1"
  36. },
  37. "deprecated": false,
  38. "description": "A CSS Modules transform to make local scope the default",
  39. "devDependencies": {
  40. "chokidar-cli": "^1.0.1",
  41. "codecov.io": "^0.1.2",
  42. "coveralls": "^3.0.2",
  43. "eslint": "^5.9.0",
  44. "istanbul": "^0.4.5",
  45. "tape": "^4.0.0"
  46. },
  47. "engines": {
  48. "node": ">= 6"
  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. "main": "index.js",
  62. "name": "postcss-modules-local-by-default",
  63. "prettier": {
  64. "singleQuote": true,
  65. "trailingComma": "es5"
  66. },
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/css-modules/postcss-modules-local-by-default.git"
  70. },
  71. "scripts": {
  72. "autotest": "chokidar index.js test.js -c 'yarn test'",
  73. "cover": "istanbul cover test.js",
  74. "lint": "eslint index.js test.js",
  75. "precover": "yarn lint",
  76. "prepublish": "yarn test",
  77. "pretest": "yarn lint",
  78. "test": "tape test.js",
  79. "travis": "yarn lint && yarn cover -- --report lcovonly"
  80. },
  81. "version": "2.0.6"
  82. }