package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "acorn-jsx@3.0.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "acorn-jsx@3.0.1",
  10. "_id": "acorn-jsx@3.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-r9+UiPsezvyDSPb7IvRk4ypYs2s=",
  13. "_location": "/acorn-jsx",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "acorn-jsx@3.0.1",
  20. "name": "acorn-jsx",
  21. "escapedName": "acorn-jsx",
  22. "rawSpec": "3.0.1",
  23. "saveSpec": null,
  24. "fetchSpec": "3.0.1"
  25. },
  26. "_requiredBy": [
  27. "/espree"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/acorn-jsx/download/acorn-jsx-3.0.1.tgz",
  30. "_spec": "3.0.1",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "bugs": {
  33. "url": "https://github.com/RReverser/acorn-jsx/issues"
  34. },
  35. "dependencies": {
  36. "acorn": "^3.0.4"
  37. },
  38. "description": "Alternative, faster React.js JSX parser",
  39. "devDependencies": {
  40. "chai": "^3.0.0",
  41. "mocha": "^2.2.5"
  42. },
  43. "homepage": "https://github.com/RReverser/acorn-jsx",
  44. "license": "MIT",
  45. "maintainers": [
  46. {
  47. "name": "Ingvar Stepanyan",
  48. "email": "me@rreverser.com",
  49. "url": "http://rreverser.com/"
  50. }
  51. ],
  52. "name": "acorn-jsx",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/RReverser/acorn-jsx.git"
  56. },
  57. "scripts": {
  58. "test": "node test/run.js"
  59. },
  60. "version": "3.0.1"
  61. }