package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "regexp-tree@^0.1.0",
  3. "_id": "regexp-tree@0.1.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-nUmxvfJyAODw+0B13hj8CFVAxhe7fDEAgJgaotBu3nnR+IgGgZq59YedJP5VYTlkEfqjuK6TuRpnymKdatLZfQ==",
  6. "_location": "/regexp-tree",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "regexp-tree@^0.1.0",
  12. "name": "regexp-tree",
  13. "escapedName": "regexp-tree",
  14. "rawSpec": "^0.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.0"
  17. },
  18. "_requiredBy": [
  19. "/@babel/plugin-transform-named-capturing-groups-regex"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.5.tgz",
  22. "_shasum": "7cd71fca17198d04b4176efd79713f2998009397",
  23. "_spec": "regexp-tree@^0.1.0",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/@babel/plugin-transform-named-capturing-groups-regex",
  25. "author": {
  26. "name": "Dmitry Soshnikov"
  27. },
  28. "bin": {
  29. "regexp-tree": "./bin/regexp-tree"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/DmitrySoshnikov/regexp-tree/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Regular Expressions parser in JavaScript",
  37. "devDependencies": {
  38. "babel-cli": "^6.26.0",
  39. "babel-preset-env": "1.6.1",
  40. "babel-preset-flow": "6.23.0",
  41. "eslint": "^4.11.0",
  42. "jest-cli": "^19.0.2",
  43. "prettier": "^1.11.1",
  44. "shelljs": "^0.7.8",
  45. "syntax-cli": "^0.1.11"
  46. },
  47. "homepage": "https://github.com/DmitrySoshnikov/regexp-tree",
  48. "keywords": [
  49. "regexp",
  50. "parser",
  51. "AST",
  52. "tree",
  53. "JavaScript",
  54. "ECMAScript"
  55. ],
  56. "license": "MIT",
  57. "name": "regexp-tree",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/DmitrySoshnikov/regexp-tree.git"
  61. },
  62. "scripts": {
  63. "build": "node scripts/build.js",
  64. "eslint": "eslint src/ && eslint bin/regexp-tree",
  65. "prepublish": "npm run build && npm test",
  66. "test": "jest",
  67. "watch": "node scripts/build.js --watch"
  68. },
  69. "version": "0.1.5"
  70. }