package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "extract-from-css@^0.4.4",
  3. "_id": "extract-from-css@0.4.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-HqffLnx8brmSL6COitrqSG9vj5I=",
  6. "_location": "/extract-from-css",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "extract-from-css@^0.4.4",
  12. "name": "extract-from-css",
  13. "escapedName": "extract-from-css",
  14. "rawSpec": "^0.4.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.4.4"
  17. },
  18. "_requiredBy": [
  19. "/vue-jest"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/extract-from-css/-/extract-from-css-0.4.4.tgz",
  22. "_shasum": "1ea7df2e7c7c6eb9922fa08e8adaea486f6f8f92",
  23. "_spec": "extract-from-css@^0.4.4",
  24. "_where": "H:\\gs_nuxt\\node_modules\\vue-jest",
  25. "author": {
  26. "name": "Rubén Norte",
  27. "email": "rubennorte@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/rubennorte/extract-from-css/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "css": "^2.1.0"
  35. },
  36. "deprecated": false,
  37. "description": "Extract information from CSS code",
  38. "devDependencies": {
  39. "benchmark": "^1.0.0",
  40. "coveralls": "^2.11.2",
  41. "istanbul": "^0.3.5",
  42. "jasmine": "^2.2.1",
  43. "jscs": "^1.11.3",
  44. "jshint": "^2.5.10",
  45. "mversion": "^1.9.0"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0",
  49. "npm": ">=2.0.0"
  50. },
  51. "files": [
  52. "lib",
  53. "CHANGELOG.md"
  54. ],
  55. "homepage": "https://github.com/rubennorte/extract-from-css#readme",
  56. "license": "MIT",
  57. "main": "lib/index.js",
  58. "name": "extract-from-css",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/rubennorte/extract-from-css.git"
  62. },
  63. "scripts": {
  64. "benchmark": "node tests/benchmark/benchmark.js",
  65. "build": "npm test",
  66. "coverage": "JASMINE_CONFIG_PATH=tests/jasmine.json istanbul cover jasmine",
  67. "lint": "jscs . && jscs ./tests && jshint .",
  68. "pretest": "npm run lint",
  69. "release": "npm run build && mversion -m \"New version: %s\" ",
  70. "test": "JASMINE_CONFIG_PATH=tests/jasmine.json jasmine",
  71. "travis": "npm run coverage && cat ./tests/output/coverage/lcov.info | coveralls && rm -rf ./tests/output/coverage"
  72. },
  73. "version": "0.4.4"
  74. }