package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "_from": "@babel/helper-simple-access@^7.1.0",
  3. "_id": "@babel/helper-simple-access@7.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Vk+78hNjRbsiu49zAPALxTb+JUQCz1aolpd8osOF16BGnLtseD21nbHgLPGUwrXEurZgiCOUmvs3ExTu4F5x6w==",
  6. "_location": "/@babel/helper-simple-access",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-simple-access@^7.1.0",
  12. "name": "@babel/helper-simple-access",
  13. "escapedName": "@babel%2fhelper-simple-access",
  14. "scope": "@babel",
  15. "rawSpec": "^7.1.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.1.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-module-transforms",
  21. "/@babel/plugin-transform-modules-commonjs"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz",
  24. "_shasum": "65eeb954c8c245beaa4e859da6188f39d71e585c",
  25. "_spec": "@babel/helper-simple-access@^7.1.0",
  26. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/@babel/helper-module-transforms",
  27. "author": {
  28. "name": "Logan Smyth",
  29. "email": "loganfsmyth@gmail.com"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "@babel/template": "^7.1.0",
  34. "@babel/types": "^7.0.0"
  35. },
  36. "deprecated": false,
  37. "description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
  38. "homepage": "https://babeljs.io/",
  39. "license": "MIT",
  40. "main": "lib/index.js",
  41. "name": "@babel/helper-simple-access",
  42. "publishConfig": {
  43. "access": "public"
  44. },
  45. "repository": {
  46. "type": "git",
  47. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-simple-access"
  48. },
  49. "version": "7.1.0"
  50. }