package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "postcss-modules-local-by-default@1.2.0",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "postcss-modules-local-by-default@1.2.0",
  9. "_id": "postcss-modules-local-by-default@1.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-99gMOYxaOT+nlkRmvRlQCn1hwGk=",
  12. "_location": "/postcss-modules-local-by-default",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "postcss-modules-local-by-default@1.2.0",
  18. "name": "postcss-modules-local-by-default",
  19. "escapedName": "postcss-modules-local-by-default",
  20. "rawSpec": "1.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.0"
  23. },
  24. "_requiredBy": [
  25. "/css-loader"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.2.0.tgz",
  28. "_spec": "1.2.0",
  29. "_where": "D:\\projects\\dealer_front",
  30. "author": {
  31. "name": "Mark Dalgleish"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/css-modules/postcss-modules-local-by-default/issues"
  35. },
  36. "dependencies": {
  37. "css-selector-tokenizer": "^0.7.0",
  38. "postcss": "^6.0.1"
  39. },
  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. }