package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "domutils@1.5.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/css-select"
  6. ]
  7. ],
  8. "_from": "domutils@1.5.1",
  9. "_id": "domutils@1.5.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/domutils",
  13. "_nodeVersion": "1.0.4",
  14. "_npmUser": {
  15. "email": "me@feedic.com",
  16. "name": "feedic"
  17. },
  18. "_npmVersion": "2.3.0",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "domutils",
  22. "raw": "domutils@1.5.1",
  23. "rawSpec": "1.5.1",
  24. "scope": null,
  25. "spec": "1.5.1",
  26. "type": "version"
  27. },
  28. "_requiredBy": [
  29. "/css-select"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz",
  32. "_shasum": "dcd8488a26f563d61079e48c9f7b7e32373682cf",
  33. "_shrinkwrap": null,
  34. "_spec": "domutils@1.5.1",
  35. "_where": "/home/seleznev/project Angular/Quality system/node_modules/css-select",
  36. "author": {
  37. "email": "me@feedic.com",
  38. "name": "Felix Boehm"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/FB55/domutils/issues"
  42. },
  43. "dependencies": {
  44. "dom-serializer": "0",
  45. "domelementtype": "1"
  46. },
  47. "description": "utilities for working with htmlparser2's dom",
  48. "devDependencies": {
  49. "domhandler": "2",
  50. "htmlparser2": "~3.3.0",
  51. "jshint": "~2.3.0",
  52. "mocha": "~1.15.1"
  53. },
  54. "directories": {
  55. "test": "tests"
  56. },
  57. "dist": {
  58. "shasum": "dcd8488a26f563d61079e48c9f7b7e32373682cf",
  59. "tarball": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz"
  60. },
  61. "gitHead": "7d4bd16cd36ffce62362ef91616806ea27e30d95",
  62. "homepage": "https://github.com/FB55/domutils",
  63. "jshintConfig": {
  64. "eqeqeq": true,
  65. "eqnull": true,
  66. "globals": {
  67. "beforeEach": true,
  68. "describe": true,
  69. "it": true
  70. },
  71. "node": true,
  72. "proto": true,
  73. "quotmark": "double",
  74. "trailing": true,
  75. "undef": true,
  76. "unused": true
  77. },
  78. "keywords": [
  79. "dom",
  80. "htmlparser2"
  81. ],
  82. "main": "index.js",
  83. "maintainers": [
  84. {
  85. "name": "feedic",
  86. "email": "me@feedic.com"
  87. }
  88. ],
  89. "name": "domutils",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git://github.com/FB55/domutils.git"
  95. },
  96. "scripts": {
  97. "test": "mocha test/tests/**.js && jshint index.js test/**/*.js lib/*.js"
  98. },
  99. "version": "1.5.1"
  100. }