package.json 2.3 KB

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