You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "html-comment-regex@^1.1.2",
  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.2",
  12. "name": "html-comment-regex",
  13. "escapedName": "html-comment-regex",
  14. "rawSpec": "^1.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.2"
  17. },
  18. "_requiredBy": [
  19. "/is-svg"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/html-comment-regex/-/html-comment-regex-1.1.2.tgz",
  22. "_shasum": "97d4688aeb5c81886a364faa0cad1dda14d433a7",
  23. "_spec": "html-comment-regex@^1.1.2",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\is-svg",
  25. "author": {
  26. "name": "Steve Mao",
  27. "email": "maochenyan@gmail.com",
  28. "url": "https://github.com/stevemao"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/stevemao/html-comment-regex/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Regular expression for matching HTML comments",
  37. "devDependencies": {
  38. "jscs": "^1.11.3",
  39. "jshint": "^2.6.3",
  40. "mocha": "*"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/stevemao/html-comment-regex",
  46. "keywords": [
  47. "html-comment-regex",
  48. "text",
  49. "string",
  50. "regex",
  51. "regexp",
  52. "re",
  53. "match",
  54. "test",
  55. "find",
  56. "pattern",
  57. "comment",
  58. "comments",
  59. "html",
  60. "HTML",
  61. "HyperText Markup Language"
  62. ],
  63. "license": "MIT",
  64. "name": "html-comment-regex",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/stevemao/html-comment-regex.git"
  68. },
  69. "scripts": {
  70. "lint": "jshint *.js --exclude node_modules && jscs *.js",
  71. "test": "npm run-script lint && mocha"
  72. },
  73. "version": "1.1.2"
  74. }