package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "regjsgen@0.5.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "regjsgen@0.5.0",
  10. "_id": "regjsgen@0.5.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-p2NNwI+JIJwgSa3aNSVxH7lyZd0=",
  13. "_location": "/regjsgen",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "regjsgen@0.5.0",
  19. "name": "regjsgen",
  20. "escapedName": "regjsgen",
  21. "rawSpec": "0.5.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.5.0"
  24. },
  25. "_requiredBy": [
  26. "/regexpu-core"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/regjsgen/download/regjsgen-0.5.0.tgz",
  29. "_spec": "0.5.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Benjamin Tan",
  33. "url": "https://bnjmnt4n.now.sh/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/bnjmnt4n/regjsgen/issues"
  37. },
  38. "description": "Generate regular expressions from regjsparser’s AST.",
  39. "devDependencies": {
  40. "codecov": "^3.1.0",
  41. "istanbul": "~0.4.5",
  42. "regjsparser": "~0.4.0",
  43. "request": "^2.88.0"
  44. },
  45. "files": [
  46. "LICENSE",
  47. "regjsgen.js"
  48. ],
  49. "homepage": "https://github.com/bnjmnt4n/regjsgen",
  50. "keywords": [
  51. "ast",
  52. "generate",
  53. "regex",
  54. "regexp",
  55. "regular expressions"
  56. ],
  57. "license": "MIT",
  58. "main": "regjsgen.js",
  59. "name": "regjsgen",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/bnjmnt4n/regjsgen.git"
  63. },
  64. "scripts": {
  65. "coverage": "istanbul cover --report html tests/tests.js",
  66. "test": "node tests/tests.js",
  67. "update-fixtures": "node tests/update-fixtures.js"
  68. },
  69. "version": "0.5.0"
  70. }