package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_args": [
  3. [
  4. "babel-helpers@6.24.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "babel-helpers@6.24.1",
  10. "_id": "babel-helpers@6.24.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI=",
  13. "_location": "/babel-helpers",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "babel-helpers@6.24.1",
  19. "name": "babel-helpers",
  20. "escapedName": "babel-helpers",
  21. "rawSpec": "6.24.1",
  22. "saveSpec": null,
  23. "fetchSpec": "6.24.1"
  24. },
  25. "_requiredBy": [
  26. "/babel-register/babel-core",
  27. "/jest-config/babel-core",
  28. "/jest-runtime/babel-core"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/babel-helpers/download/babel-helpers-6.24.1.tgz",
  31. "_spec": "6.24.1",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "Sebastian McKenzie",
  35. "email": "sebmck@gmail.com"
  36. },
  37. "dependencies": {
  38. "babel-runtime": "^6.22.0",
  39. "babel-template": "^6.24.1"
  40. },
  41. "description": "Collection of helper functions used by Babel transforms.",
  42. "homepage": "https://babeljs.io/",
  43. "license": "MIT",
  44. "main": "lib/index.js",
  45. "name": "babel-helpers",
  46. "repository": {
  47. "type": "git",
  48. "url": "https://github.com/babel/babel/tree/master/packages/babel-helpers"
  49. },
  50. "version": "6.24.1"
  51. }