package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "regjsgen@^0.2.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/regexpu-core"
  6. ]
  7. ],
  8. "_from": "regjsgen@>=0.2.0 <0.3.0",
  9. "_id": "regjsgen@0.2.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/regjsgen",
  13. "_npmUser": {
  14. "email": "demoneaux@gmail.com",
  15. "name": "d10"
  16. },
  17. "_npmVersion": "1.4.3",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "regjsgen",
  21. "raw": "regjsgen@^0.2.0",
  22. "rawSpec": "^0.2.0",
  23. "scope": null,
  24. "spec": ">=0.2.0 <0.3.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/regexpu-core"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz",
  31. "_shasum": "6c016adeac554f75823fe37ac05b92d5a4edb1f7",
  32. "_shrinkwrap": null,
  33. "_spec": "regjsgen@^0.2.0",
  34. "_where": "/home/seleznev/project Angular/Quality system/node_modules/regexpu-core",
  35. "author": {
  36. "email": "demoneaux@gmail.com",
  37. "name": "Benjamin Tan",
  38. "url": "https://d10.github.io/"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/d10/regjsgen/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Benjamin Tan",
  46. "email": "demoneaux@gmail.com",
  47. "url": "https://d10.github.io/"
  48. },
  49. {
  50. "name": "Mathias Bynens",
  51. "email": "mathias@qiwi.be",
  52. "url": "https://mathiasbynens.be/"
  53. }
  54. ],
  55. "dependencies": {},
  56. "description": "Generate `RegExp`s from RegJSParser’s AST",
  57. "devDependencies": {
  58. "got": "~1.2.0",
  59. "jsesc": "~0.5.0"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "6c016adeac554f75823fe37ac05b92d5a4edb1f7",
  64. "tarball": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz"
  65. },
  66. "files": [
  67. "LICENSE.txt",
  68. "README.md",
  69. "regjsgen.js"
  70. ],
  71. "homepage": "https://github.com/d10/regjsgen",
  72. "keywords": [
  73. "ast",
  74. "generate",
  75. "regex",
  76. "regexp",
  77. "regular expressions"
  78. ],
  79. "license": "MIT",
  80. "main": "regjsgen.js",
  81. "maintainers": [
  82. {
  83. "name": "d10",
  84. "email": "demoneaux@gmail.com"
  85. }
  86. ],
  87. "name": "regjsgen",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "repository": {
  91. "type": "git",
  92. "url": "git://github.com/d10/regjsgen.git"
  93. },
  94. "scripts": {
  95. "test": "node test/test.js"
  96. },
  97. "version": "0.2.0"
  98. }