package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "@babel/helpers@7.12.1",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helpers@7.12.1",
  10. "_id": "@babel/helpers@7.12.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ioJhwdQ47BjLiQQ0307HaHNMHnk=",
  13. "_location": "/@babel/helpers",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helpers@7.12.1",
  19. "name": "@babel/helpers",
  20. "escapedName": "@babel%2fhelpers",
  21. "scope": "@babel",
  22. "rawSpec": "7.12.1",
  23. "saveSpec": null,
  24. "fetchSpec": "7.12.1"
  25. },
  26. "_requiredBy": [
  27. "/@babel/core"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/@babel/helpers/download/@babel/helpers-7.12.1.tgz",
  30. "_spec": "7.12.1",
  31. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  32. "author": {
  33. "name": "Sebastian McKenzie",
  34. "email": "sebmck@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/babel/babel/issues"
  38. },
  39. "dependencies": {
  40. "@babel/template": "^7.10.4",
  41. "@babel/traverse": "^7.12.1",
  42. "@babel/types": "^7.12.1"
  43. },
  44. "description": "Collection of helper functions used by Babel transforms.",
  45. "devDependencies": {
  46. "@babel/helper-plugin-test-runner": "7.10.4"
  47. },
  48. "homepage": "https://babeljs.io/",
  49. "license": "MIT",
  50. "main": "lib/index.js",
  51. "name": "@babel/helpers",
  52. "publishConfig": {
  53. "access": "public"
  54. },
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/babel/babel.git",
  58. "directory": "packages/babel-helpers"
  59. },
  60. "version": "7.12.1"
  61. }