package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "html-comment-regex@^1.1.0",
  3. "_id": "html-comment-regex@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ==",
  6. "_location": "/html-comment-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "html-comment-regex@^1.1.0",
  12. "name": "html-comment-regex",
  13. "escapedName": "html-comment-regex",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/cssnano-preset-default/is-svg",
  20. "/is-svg"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/html-comment-regex/-/html-comment-regex-1.1.2.tgz",
  23. "_shasum": "97d4688aeb5c81886a364faa0cad1dda14d433a7",
  24. "_spec": "html-comment-regex@^1.1.0",
  25. "_where": "D:\\workSpace\\dealer_front\\node_modules\\is-svg",
  26. "author": {
  27. "name": "Steve Mao",
  28. "email": "maochenyan@gmail.com",
  29. "url": "https://github.com/stevemao"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/stevemao/html-comment-regex/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {},
  36. "deprecated": false,
  37. "description": "Regular expression for matching HTML comments",
  38. "devDependencies": {
  39. "jscs": "^1.11.3",
  40. "jshint": "^2.6.3",
  41. "mocha": "*"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/stevemao/html-comment-regex",
  47. "keywords": [
  48. "html-comment-regex",
  49. "text",
  50. "string",
  51. "regex",
  52. "regexp",
  53. "re",
  54. "match",
  55. "test",
  56. "find",
  57. "pattern",
  58. "comment",
  59. "comments",
  60. "html",
  61. "HTML",
  62. "HyperText Markup Language"
  63. ],
  64. "license": "MIT",
  65. "name": "html-comment-regex",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/stevemao/html-comment-regex.git"
  69. },
  70. "scripts": {
  71. "lint": "jshint *.js --exclude node_modules && jscs *.js",
  72. "test": "npm run-script lint && mocha"
  73. },
  74. "version": "1.1.2"
  75. }