package.json 1.9 KB

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