package.json 2.3 KB

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