package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "postcss-modules-values@3.0.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-modules-values@3.0.0",
  10. "_id": "postcss-modules-values@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-W1AA1uuuKbQlUwG0o6VFdEI+fxA=",
  13. "_location": "/postcss-modules-values",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss-modules-values@3.0.0",
  19. "name": "postcss-modules-values",
  20. "escapedName": "postcss-modules-values",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/css-loader"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/postcss-modules-values/download/postcss-modules-values-3.0.0.tgz?cache=0&sync_timestamp=1602586215124&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-modules-values%2Fdownload%2Fpostcss-modules-values-3.0.0.tgz",
  29. "_spec": "3.0.0",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "author": {
  32. "name": "Glen Maddern"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/css-modules/postcss-modules-values/issues"
  36. },
  37. "dependencies": {
  38. "icss-utils": "^4.0.0",
  39. "postcss": "^7.0.6"
  40. },
  41. "description": "PostCSS plugin for CSS Modules to pass arbitrary values between your module files",
  42. "devDependencies": {
  43. "chokidar-cli": "^1.0.1",
  44. "codecov.io": "^0.1.2",
  45. "coveralls": "^3.0.2",
  46. "eslint": "^5.9.0",
  47. "mocha": "^6.1.4",
  48. "nyc": "^14.1.0"
  49. },
  50. "files": [
  51. "src"
  52. ],
  53. "homepage": "https://github.com/css-modules/postcss-modules-values#readme",
  54. "keywords": [
  55. "css",
  56. "modules",
  57. "postcss"
  58. ],
  59. "license": "ISC",
  60. "main": "src/index.js",
  61. "name": "postcss-modules-values",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/css-modules/postcss-modules-values.git"
  65. },
  66. "scripts": {
  67. "autotest": "chokidar src test -c 'npm test'",
  68. "cover": "nyc mocha",
  69. "lint": "eslint src test",
  70. "prepublishOnly": "yarn test",
  71. "pretest": "yarn lint",
  72. "test": "mocha",
  73. "travis": "yarn lint && yarn cover"
  74. },
  75. "version": "3.0.0"
  76. }