package.json 1.8 KB

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