package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "ast-types-flow@^0.0.7",
  3. "_id": "ast-types-flow@0.0.7",
  4. "_inBundle": false,
  5. "_integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0=",
  6. "_location": "/ast-types-flow",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ast-types-flow@^0.0.7",
  12. "name": "ast-types-flow",
  13. "escapedName": "ast-types-flow",
  14. "rawSpec": "^0.0.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.0.7"
  17. },
  18. "_requiredBy": [
  19. "/eslint-plugin-jsx-a11y"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz",
  22. "_shasum": "f70b735c6bca1a5c9c22d982c3e39e7feba3bdad",
  23. "_spec": "ast-types-flow@^0.0.7",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\eslint-plugin-jsx-a11y",
  25. "author": {
  26. "name": "kyldvs"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/kyldvs/ast-types-flow/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Flow types for the Javascript AST",
  34. "devDependencies": {
  35. "gulp": "^3.9.0",
  36. "gulp-util": "^3.0.6",
  37. "jscodeshift": "^0.3.7",
  38. "nuclide-node-transpiler": "0.0.30",
  39. "through2": "^2.0.0"
  40. },
  41. "files": [
  42. "lib"
  43. ],
  44. "homepage": "https://github.com/kyldvs/ast-types-flow#readme",
  45. "keywords": [
  46. "flow",
  47. "ast",
  48. "javascript"
  49. ],
  50. "license": "ISC",
  51. "main": "lib/types.js",
  52. "name": "ast-types-flow",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/kyldvs/ast-types-flow.git"
  56. },
  57. "scripts": {
  58. "build": "gulp build",
  59. "test": "flow"
  60. },
  61. "version": "0.0.7"
  62. }