You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

131 lines
3.0 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "icss-utils@^2.1.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/css-loader"
  6. ]
  7. ],
  8. "_from": "icss-utils@>=2.1.0 <3.0.0",
  9. "_id": "icss-utils@2.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/icss-utils",
  13. "_nodeVersion": "6.3.1",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/icss-utils-2.1.0.tgz_1495828901533_0.18073372449725866"
  17. },
  18. "_npmUser": {
  19. "email": "trysound@yandex.ru",
  20. "name": "trysound"
  21. },
  22. "_npmVersion": "4.5.0",
  23. "_phantomChildren": {
  24. "chalk": "2.4.2",
  25. "supports-color": "5.5.0"
  26. },
  27. "_requested": {
  28. "name": "icss-utils",
  29. "raw": "icss-utils@^2.1.0",
  30. "rawSpec": "^2.1.0",
  31. "scope": null,
  32. "spec": ">=2.1.0 <3.0.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/css-loader"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-2.1.0.tgz",
  39. "_shasum": "83f0a0ec378bf3246178b6c2ad9136f135b1c962",
  40. "_shrinkwrap": null,
  41. "_spec": "icss-utils@^2.1.0",
  42. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/css-loader",
  43. "author": {
  44. "name": "Glen Maddern"
  45. },
  46. "babel": {
  47. "presets": [
  48. [
  49. "env",
  50. {
  51. "targets": {
  52. "node": 4
  53. }
  54. }
  55. ]
  56. ]
  57. },
  58. "bugs": {
  59. "url": "https://github.com/css-modules/icss-utils/issues"
  60. },
  61. "dependencies": {
  62. "postcss": "^6.0.1"
  63. },
  64. "description": "ICSS utils for postcss ast",
  65. "devDependencies": {
  66. "babel-cli": "^6.24.1",
  67. "babel-jest": "^20.0.3",
  68. "babel-preset-env": "^1.5.1",
  69. "eslint": "^3.19.0",
  70. "husky": "^0.13.3",
  71. "jest": "^20.0.3",
  72. "lint-staged": "^3.4.2",
  73. "prettier": "^1.3.1"
  74. },
  75. "directories": {},
  76. "dist": {
  77. "shasum": "83f0a0ec378bf3246178b6c2ad9136f135b1c962",
  78. "tarball": "https://registry.npmjs.org/icss-utils/-/icss-utils-2.1.0.tgz"
  79. },
  80. "eslintConfig": {
  81. "extends": "eslint:recommended",
  82. "parserOptions": {
  83. "ecmaVersion": 6,
  84. "sourceType": "module"
  85. }
  86. },
  87. "files": [
  88. "lib"
  89. ],
  90. "gitHead": "3442cc3ba047d67035ab7129e0da01a6247718f0",
  91. "homepage": "https://github.com/css-modules/icss-utils#readme",
  92. "keywords": [
  93. "css",
  94. "icss",
  95. "modules",
  96. "postcss"
  97. ],
  98. "license": "ISC",
  99. "lint-staged": {
  100. "*.js": [
  101. "eslint",
  102. "git add",
  103. "prettier --write"
  104. ]
  105. },
  106. "main": "lib/index.js",
  107. "maintainers": [
  108. {
  109. "name": "geelen",
  110. "email": "hi@glenmaddern.com"
  111. },
  112. {
  113. "name": "trysound",
  114. "email": "trysound@yandex.ru"
  115. }
  116. ],
  117. "name": "icss-utils",
  118. "optionalDependencies": {},
  119. "readme": "ERROR: No README data found!",
  120. "repository": {
  121. "type": "git",
  122. "url": "git+https://github.com/css-modules/icss-utils.git"
  123. },
  124. "scripts": {
  125. "build": "babel --out-dir lib src",
  126. "precommit": "lint-staged",
  127. "prepublish": "yarn test && yarn run build",
  128. "test": "jest --coverage"
  129. },
  130. "version": "2.1.0"
  131. }