package.json 2.0 KB

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