package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "domutils@1.7.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "domutils@1.7.0",
  10. "_id": "domutils@1.7.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Vuo0HoNOBuZ0ivehyyXaZ+qfjCo=",
  13. "_location": "/domutils",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "domutils@1.7.0",
  19. "name": "domutils",
  20. "escapedName": "domutils",
  21. "rawSpec": "1.7.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.7.0"
  24. },
  25. "_requiredBy": [
  26. "/css-select"
  27. ],
  28. "_resolved": "https://registry.nlark.com/domutils/download/domutils-1.7.0.tgz",
  29. "_spec": "1.7.0",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  31. "author": {
  32. "name": "Felix Boehm",
  33. "email": "me@feedic.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/FB55/domutils/issues"
  37. },
  38. "dependencies": {
  39. "dom-serializer": "0",
  40. "domelementtype": "1"
  41. },
  42. "description": "utilities for working with htmlparser2's dom",
  43. "devDependencies": {
  44. "domhandler": "2",
  45. "htmlparser2": "~3.9.2",
  46. "jshint": "~2.9.4",
  47. "mocha": "~3.2.0"
  48. },
  49. "directories": {
  50. "test": "tests"
  51. },
  52. "homepage": "https://github.com/FB55/domutils#readme",
  53. "jshintConfig": {
  54. "proto": true,
  55. "unused": true,
  56. "eqnull": true,
  57. "undef": true,
  58. "quotmark": "double",
  59. "eqeqeq": true,
  60. "trailing": true,
  61. "node": true,
  62. "globals": {
  63. "describe": true,
  64. "it": true,
  65. "beforeEach": true
  66. }
  67. },
  68. "keywords": [
  69. "dom",
  70. "htmlparser2"
  71. ],
  72. "license": "BSD-2-Clause",
  73. "main": "index.js",
  74. "name": "domutils",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/FB55/domutils.git"
  78. },
  79. "scripts": {
  80. "test": "mocha test/tests/**.js && jshint index.js test/**/*.js lib/*.js"
  81. },
  82. "version": "1.7.0"
  83. }