package.json 2.1 KB

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