package.json 1.9 KB

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