package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "postcss-modules-local-by-default@1.2.0",
  5. "E:\\amr1.0\\AMR"
  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. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss-modules-local-by-default@1.2.0",
  19. "name": "postcss-modules-local-by-default",
  20. "escapedName": "postcss-modules-local-by-default",
  21. "rawSpec": "1.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.0"
  24. },
  25. "_requiredBy": [
  26. "/css-loader"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.2.0.tgz",
  29. "_spec": "1.2.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Mark Dalgleish"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/css-modules/postcss-modules-local-by-default/issues"
  36. },
  37. "dependencies": {
  38. "css-selector-tokenizer": "^0.7.0",
  39. "postcss": "^6.0.1"
  40. },
  41. "description": "A CSS Modules transform to make local scope the default",
  42. "devDependencies": {
  43. "chokidar-cli": "^1.0.1",
  44. "codecov.io": "^0.1.2",
  45. "coveralls": "^2.11.2",
  46. "eslint": "^3.19.0",
  47. "istanbul": "^0.4.5",
  48. "tape": "^4.0.0"
  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. "name": "postcss-modules-local-by-default",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/css-modules/postcss-modules-local-by-default.git"
  65. },
  66. "scripts": {
  67. "autotest": "chokidar index.js test.js -c 'npm test'",
  68. "cover": "istanbul cover test.js",
  69. "lint": "eslint index.js test.js",
  70. "precover": "npm run lint",
  71. "prepublish": "npm prune && npm test",
  72. "pretest": "npm run lint",
  73. "publish-patch": "npm prune && npm test && npm version patch && git push && git push --tags && npm publish",
  74. "test": "tape test.js",
  75. "travis": "npm run cover -- --report lcovonly"
  76. },
  77. "version": "1.2.0"
  78. }