package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "icss-utils@2.1.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "icss-utils@2.1.0",
  10. "_id": "icss-utils@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-bsVoyn/1V4R1kYYjLcWLedozAM4FClZUdjE9nIr8uWY7xs78y9DATgwz2wGU7M+7z55KenmmTkN2DVJ7bqzjAA==",
  13. "_location": "/icss-utils",
  14. "_phantomChildren": {
  15. "chalk": "2.4.2",
  16. "source-map": "0.6.1",
  17. "supports-color": "5.5.0"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "icss-utils@2.1.0",
  23. "name": "icss-utils",
  24. "escapedName": "icss-utils",
  25. "rawSpec": "2.1.0",
  26. "saveSpec": null,
  27. "fetchSpec": "2.1.0"
  28. },
  29. "_requiredBy": [
  30. "/css-loader"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-2.1.0.tgz",
  33. "_spec": "2.1.0",
  34. "_where": "E:\\2023\\5\\myjadmin",
  35. "author": {
  36. "name": "Glen Maddern"
  37. },
  38. "babel": {
  39. "presets": [
  40. [
  41. "env",
  42. {
  43. "targets": {
  44. "node": 4
  45. }
  46. }
  47. ]
  48. ]
  49. },
  50. "bugs": {
  51. "url": "https://github.com/css-modules/icss-utils/issues"
  52. },
  53. "dependencies": {
  54. "postcss": "^6.0.1"
  55. },
  56. "description": "ICSS utils for postcss ast",
  57. "devDependencies": {
  58. "babel-cli": "^6.24.1",
  59. "babel-jest": "^20.0.3",
  60. "babel-preset-env": "^1.5.1",
  61. "eslint": "^3.19.0",
  62. "husky": "^0.13.3",
  63. "jest": "^20.0.3",
  64. "lint-staged": "^3.4.2",
  65. "prettier": "^1.3.1"
  66. },
  67. "eslintConfig": {
  68. "parserOptions": {
  69. "ecmaVersion": 6,
  70. "sourceType": "module"
  71. },
  72. "extends": "eslint:recommended"
  73. },
  74. "files": [
  75. "lib"
  76. ],
  77. "homepage": "https://github.com/css-modules/icss-utils#readme",
  78. "keywords": [
  79. "css",
  80. "modules",
  81. "icss",
  82. "postcss"
  83. ],
  84. "license": "ISC",
  85. "lint-staged": {
  86. "*.js": [
  87. "eslint",
  88. "prettier --write",
  89. "git add"
  90. ]
  91. },
  92. "main": "lib/index.js",
  93. "name": "icss-utils",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/css-modules/icss-utils.git"
  97. },
  98. "scripts": {
  99. "build": "babel --out-dir lib src",
  100. "precommit": "lint-staged",
  101. "prepublish": "yarn test && yarn run build",
  102. "test": "jest --coverage"
  103. },
  104. "version": "2.1.0"
  105. }