package.json 2.4 KB

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