You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

112 lines
3.3 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "postcss-modules-local-by-default@^1.2.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/css-loader"
  6. ]
  7. ],
  8. "_from": "postcss-modules-local-by-default@>=1.2.0 <2.0.0",
  9. "_id": "postcss-modules-local-by-default@1.2.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/postcss-modules-local-by-default",
  13. "_nodeVersion": "7.6.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/postcss-modules-local-by-default-1.2.0.tgz_1495407266237_0.4570582681335509"
  17. },
  18. "_npmUser": {
  19. "email": "hi@glenmaddern.com",
  20. "name": "geelen"
  21. },
  22. "_npmVersion": "4.1.2",
  23. "_phantomChildren": {
  24. "chalk": "2.4.2",
  25. "supports-color": "5.5.0"
  26. },
  27. "_requested": {
  28. "name": "postcss-modules-local-by-default",
  29. "raw": "postcss-modules-local-by-default@^1.2.0",
  30. "rawSpec": "^1.2.0",
  31. "scope": null,
  32. "spec": ">=1.2.0 <2.0.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/css-loader"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.2.0.tgz",
  39. "_shasum": "f7d80c398c5a393fa7964466bd19500a7d61c069",
  40. "_shrinkwrap": null,
  41. "_spec": "postcss-modules-local-by-default@^1.2.0",
  42. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/css-loader",
  43. "author": {
  44. "name": "Mark Dalgleish"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/css-modules/postcss-modules-local-by-default/issues"
  48. },
  49. "dependencies": {
  50. "css-selector-tokenizer": "^0.7.0",
  51. "postcss": "^6.0.1"
  52. },
  53. "description": "A CSS Modules transform to make local scope the default",
  54. "devDependencies": {
  55. "chokidar-cli": "^1.0.1",
  56. "codecov.io": "^0.1.2",
  57. "coveralls": "^2.11.2",
  58. "eslint": "^3.19.0",
  59. "istanbul": "^0.4.5",
  60. "tape": "^4.0.0"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "f7d80c398c5a393fa7964466bd19500a7d61c069",
  65. "tarball": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.2.0.tgz"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "gitHead": "8c7f208f12d32d65a4233ffaf10253f538d85e9e",
  71. "homepage": "https://github.com/css-modules/postcss-modules-local-by-default#readme",
  72. "keywords": [
  73. "css",
  74. "css-modules",
  75. "postcss",
  76. "postcss-plugin"
  77. ],
  78. "license": "MIT",
  79. "maintainers": [
  80. {
  81. "name": "geelen",
  82. "email": "hi@glenmaddern.com"
  83. },
  84. {
  85. "name": "markdalgleish",
  86. "email": "mark.john.dalgleish@gmail.com"
  87. },
  88. {
  89. "name": "sokra",
  90. "email": "tobias.koppers@googlemail.com"
  91. }
  92. ],
  93. "name": "postcss-modules-local-by-default",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/css-modules/postcss-modules-local-by-default.git"
  99. },
  100. "scripts": {
  101. "autotest": "chokidar index.js test.js -c 'npm test'",
  102. "cover": "istanbul cover test.js",
  103. "lint": "eslint index.js test.js",
  104. "precover": "npm run lint",
  105. "prepublish": "npm prune && npm test",
  106. "pretest": "npm run lint",
  107. "publish-patch": "npm prune && npm test && npm version patch && git push && git push --tags && npm publish",
  108. "test": "tape test.js",
  109. "travis": "npm run cover -- --report lcovonly"
  110. },
  111. "version": "1.2.0"
  112. }