package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "postcss-modules-values@^2.0.0",
  3. "_id": "postcss-modules-values@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-R5tG3Axco9x/pScIUYNrnscVL2Q=",
  6. "_location": "/postcss-modules-values",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-modules-values@^2.0.0",
  12. "name": "postcss-modules-values",
  13. "escapedName": "postcss-modules-values",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/css-loader"
  20. ],
  21. "_resolved": "https://registry.npm.taobao.org/postcss-modules-values/download/postcss-modules-values-2.0.0.tgz?cache=0&sync_timestamp=1602586308035&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-modules-values%2Fdownload%2Fpostcss-modules-values-2.0.0.tgz",
  22. "_shasum": "479b46dc0c5ca3dc7fa5270851836b9ec7152f64",
  23. "_spec": "postcss-modules-values@^2.0.0",
  24. "_where": "D:\\朗通信息\\icssDService\\node_modules\\css-loader",
  25. "author": {
  26. "name": "Glen Maddern"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/css-modules/postcss-modules-values/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "icss-replace-symbols": "^1.1.0",
  34. "postcss": "^7.0.6"
  35. },
  36. "deprecated": false,
  37. "description": "PostCSS plugin for CSS Modules to pass arbitrary values between your module files",
  38. "devDependencies": {
  39. "chokidar-cli": "^1.0.1",
  40. "codecov.io": "^0.1.2",
  41. "coveralls": "^3.0.2",
  42. "eslint": "^5.9.0",
  43. "mocha": "^5.2.0",
  44. "nyc": "^13.1.0"
  45. },
  46. "files": [
  47. "src"
  48. ],
  49. "homepage": "https://github.com/css-modules/postcss-modules-values#readme",
  50. "keywords": [
  51. "css",
  52. "modules",
  53. "postcss"
  54. ],
  55. "license": "ISC",
  56. "main": "src/index.js",
  57. "name": "postcss-modules-values",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/css-modules/postcss-modules-values.git"
  61. },
  62. "scripts": {
  63. "autotest": "chokidar src test -c 'npm test'",
  64. "cover": "nyc mocha",
  65. "lint": "eslint src test",
  66. "prepublish": "yarn test",
  67. "pretest": "yarn lint",
  68. "test": "mocha",
  69. "travis": "yarn lint && yarn cover"
  70. },
  71. "version": "2.0.0"
  72. }