package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_args": [
  3. [
  4. "icss-utils@4.1.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "icss-utils@4.1.1",
  10. "_id": "icss-utils@4.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-IRcLU3ie4nRHwvR91oMIFAP5pGc=",
  13. "_location": "/icss-utils",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "icss-utils@4.1.1",
  19. "name": "icss-utils",
  20. "escapedName": "icss-utils",
  21. "rawSpec": "4.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.1.1"
  24. },
  25. "_requiredBy": [
  26. "/css-loader",
  27. "/postcss-modules-local-by-default",
  28. "/postcss-modules-values"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/icss-utils/download/icss-utils-4.1.1.tgz?cache=0&sync_timestamp=1605801312995&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ficss-utils%2Fdownload%2Ficss-utils-4.1.1.tgz",
  31. "_spec": "4.1.1",
  32. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  33. "author": {
  34. "name": "Glen Maddern"
  35. },
  36. "babel": {
  37. "presets": [
  38. [
  39. "@babel/preset-env",
  40. {
  41. "targets": {
  42. "node": 6
  43. }
  44. }
  45. ]
  46. ]
  47. },
  48. "bugs": {
  49. "url": "https://github.com/css-modules/icss-utils/issues"
  50. },
  51. "dependencies": {
  52. "postcss": "^7.0.14"
  53. },
  54. "description": "ICSS utils for postcss ast",
  55. "devDependencies": {
  56. "@babel/cli": "^7.1.0",
  57. "@babel/core": "^7.1.0",
  58. "@babel/preset-env": "^7.1.0",
  59. "babel-eslint": "^10.0.1",
  60. "babel-jest": "^24.1.0",
  61. "eslint": "^5.14.1",
  62. "husky": "^1.3.1",
  63. "jest": "^24.1.0",
  64. "lint-staged": "^8.1.4",
  65. "prettier": "^1.16.4"
  66. },
  67. "engines": {
  68. "node": ">= 6"
  69. },
  70. "eslintConfig": {
  71. "parser": "babel-eslint",
  72. "parserOptions": {
  73. "sourceType": "module"
  74. },
  75. "env": {
  76. "es6": true,
  77. "jest": true
  78. },
  79. "extends": "eslint:recommended"
  80. },
  81. "files": [
  82. "lib"
  83. ],
  84. "homepage": "https://github.com/css-modules/icss-utils#readme",
  85. "husky": {
  86. "hooks": {
  87. "pre-commit": "lint-staged"
  88. }
  89. },
  90. "keywords": [
  91. "css",
  92. "modules",
  93. "icss",
  94. "postcss"
  95. ],
  96. "license": "ISC",
  97. "lint-staged": {
  98. "*.js": [
  99. "prettier --write",
  100. "eslint",
  101. "git add"
  102. ]
  103. },
  104. "main": "lib/index.js",
  105. "name": "icss-utils",
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/css-modules/icss-utils.git"
  109. },
  110. "scripts": {
  111. "build": "babel --out-dir lib src",
  112. "lint": "eslint . --ignore-path .gitignore",
  113. "prepublish": "yarn test && yarn run build",
  114. "pretest": "npm run lint",
  115. "test": "npm run test:only",
  116. "test:only": "jest"
  117. },
  118. "version": "4.1.1"
  119. }