package.json 2.1 KB

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