package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "regjsgen@0.2.0",
  5. "E:\\amr1.0\\AMR"
  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. "/regexpu-core"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz",
  29. "_spec": "0.2.0",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Benjamin Tan",
  33. "email": "demoneaux@gmail.com",
  34. "url": "https://d10.github.io/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/d10/regjsgen/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Benjamin Tan",
  42. "email": "demoneaux@gmail.com",
  43. "url": "https://d10.github.io/"
  44. },
  45. {
  46. "name": "Mathias Bynens",
  47. "email": "mathias@qiwi.be",
  48. "url": "https://mathiasbynens.be/"
  49. }
  50. ],
  51. "description": "Generate `RegExp`s from RegJSParser’s AST",
  52. "devDependencies": {
  53. "got": "~1.2.0",
  54. "jsesc": "~0.5.0"
  55. },
  56. "files": [
  57. "LICENSE.txt",
  58. "regjsgen.js",
  59. "README.md"
  60. ],
  61. "homepage": "https://github.com/d10/regjsgen",
  62. "keywords": [
  63. "ast",
  64. "generate",
  65. "regex",
  66. "regexp",
  67. "regular expressions"
  68. ],
  69. "license": "MIT",
  70. "main": "regjsgen.js",
  71. "name": "regjsgen",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/d10/regjsgen.git"
  75. },
  76. "scripts": {
  77. "test": "node test/test.js"
  78. },
  79. "version": "0.2.0"
  80. }