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.

117 lines
3.3 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "postcss-modules-scope@^1.1.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/css-loader"
  6. ]
  7. ],
  8. "_from": "postcss-modules-scope@>=1.1.0 <2.0.0",
  9. "_id": "postcss-modules-scope@1.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/postcss-modules-scope",
  13. "_nodeVersion": "7.6.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/postcss-modules-scope-1.1.0.tgz_1495407357696_0.09866231633350253"
  17. },
  18. "_npmUser": {
  19. "email": "hi@glenmaddern.com",
  20. "name": "geelen"
  21. },
  22. "_npmVersion": "4.1.2",
  23. "_phantomChildren": {
  24. "chalk": "2.4.2",
  25. "supports-color": "5.5.0"
  26. },
  27. "_requested": {
  28. "name": "postcss-modules-scope",
  29. "raw": "postcss-modules-scope@^1.1.0",
  30. "rawSpec": "^1.1.0",
  31. "scope": null,
  32. "spec": ">=1.1.0 <2.0.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/css-loader"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-1.1.0.tgz",
  39. "_shasum": "d6ea64994c79f97b62a72b426fbe6056a194bb90",
  40. "_shrinkwrap": null,
  41. "_spec": "postcss-modules-scope@^1.1.0",
  42. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/css-loader",
  43. "author": {
  44. "name": "Glen Maddern"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/css-modules/postcss-modules-scope/issues"
  48. },
  49. "dependencies": {
  50. "css-selector-tokenizer": "^0.7.0",
  51. "postcss": "^6.0.1"
  52. },
  53. "description": "A CSS Modules transform to extract export statements from local-scope classes",
  54. "devDependencies": {
  55. "babel": "^5.4.7",
  56. "babel-eslint": "^6.1.2",
  57. "babel-istanbul": "^0.4.0",
  58. "babelify": "^7.1.0",
  59. "chokidar-cli": "^1.0.1",
  60. "codecov.io": "^0.1.2",
  61. "coveralls": "^2.11.2",
  62. "css-selector-parser": "^1.0.4",
  63. "eslint": "^1.5.0",
  64. "mocha": "^3.0.1"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "shasum": "d6ea64994c79f97b62a72b426fbe6056a194bb90",
  69. "tarball": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-1.1.0.tgz"
  70. },
  71. "files": [
  72. "lib"
  73. ],
  74. "gitHead": "45adcfb557a81ab9f5012bbfd93f5ef1d74a37a3",
  75. "homepage": "https://github.com/css-modules/postcss-modules-scope",
  76. "keywords": [
  77. "css-modules",
  78. "plugin",
  79. "postcss"
  80. ],
  81. "license": "ISC",
  82. "main": "lib/index.js",
  83. "maintainers": [
  84. {
  85. "name": "geelen",
  86. "email": "hi@glenmaddern.com"
  87. },
  88. {
  89. "name": "markdalgleish",
  90. "email": "mark.john.dalgleish@gmail.com"
  91. },
  92. {
  93. "name": "sokra",
  94. "email": "tobias.koppers@googlemail.com"
  95. }
  96. ],
  97. "name": "postcss-modules-scope",
  98. "optionalDependencies": {},
  99. "readme": "ERROR: No README data found!",
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/css-modules/postcss-modules-scope.git"
  103. },
  104. "scripts": {
  105. "autotest": "chokidar src test -c 'npm test'",
  106. "build": "babel --out-dir lib src",
  107. "cover": "babel-istanbul cover node_modules/.bin/_mocha",
  108. "lint": "eslint src",
  109. "posttest": "npm run lint && npm run build",
  110. "precover": "npm run lint && npm run build",
  111. "prepublish": "npm run build",
  112. "test": "mocha --compilers js:babel/register",
  113. "travis": "npm run cover -- --report lcovonly",
  114. "watch": "chokidar src -c 'npm run build'"
  115. },
  116. "version": "1.1.0"
  117. }