package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-simple-access@7.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-simple-access@7.1.0",
  10. "_id": "@babel/helper-simple-access@7.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Ze65VMjCRb6qToWdphiPOdceWFw=",
  13. "_location": "/@babel/helper-simple-access",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-simple-access@7.1.0",
  19. "name": "@babel/helper-simple-access",
  20. "escapedName": "@babel%2fhelper-simple-access",
  21. "scope": "@babel",
  22. "rawSpec": "7.1.0",
  23. "saveSpec": null,
  24. "fetchSpec": "7.1.0"
  25. },
  26. "_requiredBy": [
  27. "/@babel/helper-module-transforms",
  28. "/@babel/plugin-transform-modules-commonjs"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/@babel/helper-simple-access/download/@babel/helper-simple-access-7.1.0.tgz",
  31. "_spec": "7.1.0",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "Logan Smyth",
  35. "email": "loganfsmyth@gmail.com"
  36. },
  37. "dependencies": {
  38. "@babel/template": "^7.1.0",
  39. "@babel/types": "^7.0.0"
  40. },
  41. "description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
  42. "homepage": "https://babeljs.io/",
  43. "license": "MIT",
  44. "main": "lib/index.js",
  45. "name": "@babel/helper-simple-access",
  46. "publishConfig": {
  47. "access": "public"
  48. },
  49. "repository": {
  50. "type": "git",
  51. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-simple-access"
  52. },
  53. "version": "7.1.0"
  54. }