package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "html-comment-regex@1.1.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  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": "sha1-l9RoiutcgYhqNk+qDK0d2hTUM6c=",
  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. "/is-svg"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/html-comment-regex/download/html-comment-regex-1.1.2.tgz",
  29. "_spec": "1.1.2",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Steve Mao",
  33. "email": "maochenyan@gmail.com",
  34. "url": "https://github.com/stevemao"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/stevemao/html-comment-regex/issues"
  38. },
  39. "dependencies": {},
  40. "description": "Regular expression for matching HTML comments",
  41. "devDependencies": {
  42. "jscs": "^1.11.3",
  43. "jshint": "^2.6.3",
  44. "mocha": "*"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/stevemao/html-comment-regex",
  50. "keywords": [
  51. "html-comment-regex",
  52. "text",
  53. "string",
  54. "regex",
  55. "regexp",
  56. "re",
  57. "match",
  58. "test",
  59. "find",
  60. "pattern",
  61. "comment",
  62. "comments",
  63. "html",
  64. "HTML",
  65. "HyperText Markup Language"
  66. ],
  67. "license": "MIT",
  68. "name": "html-comment-regex",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/stevemao/html-comment-regex.git"
  72. },
  73. "scripts": {
  74. "lint": "jshint *.js --exclude node_modules && jscs *.js",
  75. "test": "npm run-script lint && mocha"
  76. },
  77. "version": "1.1.2"
  78. }