package.json 2.1 KB

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