package.json 2.3 KB

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