项目原始demo,不改动
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。
 
 
 
 

82 行
1.7 KiB

  1. {
  2. "_args": [
  3. [
  4. "regjsgen@0.2.0",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "regjsgen@0.2.0",
  10. "_id": "regjsgen@0.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc=",
  13. "_location": "/regjsgen",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "regjsgen@0.2.0",
  19. "name": "regjsgen",
  20. "escapedName": "regjsgen",
  21. "rawSpec": "0.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.2.0"
  24. },
  25. "_requiredBy": [
  26. "/css-selector-tokenizer/regexpu-core",
  27. "/regexpu-core"
  28. ],
  29. "_resolved": "http://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz",
  30. "_spec": "0.2.0",
  31. "_where": "D:\\A易云\\YiYunJianZhu",
  32. "author": {
  33. "name": "Benjamin Tan",
  34. "email": "demoneaux@gmail.com",
  35. "url": "https://d10.github.io/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/d10/regjsgen/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Benjamin Tan",
  43. "email": "demoneaux@gmail.com",
  44. "url": "https://d10.github.io/"
  45. },
  46. {
  47. "name": "Mathias Bynens",
  48. "email": "mathias@qiwi.be",
  49. "url": "https://mathiasbynens.be/"
  50. }
  51. ],
  52. "description": "Generate `RegExp`s from RegJSParser’s AST",
  53. "devDependencies": {
  54. "got": "~1.2.0",
  55. "jsesc": "~0.5.0"
  56. },
  57. "files": [
  58. "LICENSE.txt",
  59. "regjsgen.js",
  60. "README.md"
  61. ],
  62. "homepage": "https://github.com/d10/regjsgen",
  63. "keywords": [
  64. "ast",
  65. "generate",
  66. "regex",
  67. "regexp",
  68. "regular expressions"
  69. ],
  70. "license": "MIT",
  71. "main": "regjsgen.js",
  72. "name": "regjsgen",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/d10/regjsgen.git"
  76. },
  77. "scripts": {
  78. "test": "node test/test.js"
  79. },
  80. "version": "0.2.0"
  81. }