package.json 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-plugin-utils@7.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-plugin-utils@7.0.0",
  10. "_id": "@babel/helper-plugin-utils@7.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-u7P77phmHFaQNCN8wDlnupm08lA=",
  13. "_location": "/@babel/helper-plugin-utils",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-plugin-utils@7.0.0",
  19. "name": "@babel/helper-plugin-utils",
  20. "escapedName": "@babel%2fhelper-plugin-utils",
  21. "scope": "@babel",
  22. "rawSpec": "7.0.0",
  23. "saveSpec": null,
  24. "fetchSpec": "7.0.0"
  25. },
  26. "_requiredBy": [
  27. "/@babel/helper-create-class-features-plugin",
  28. "/@babel/plugin-proposal-async-generator-functions",
  29. "/@babel/plugin-proposal-class-properties",
  30. "/@babel/plugin-proposal-decorators",
  31. "/@babel/plugin-proposal-json-strings",
  32. "/@babel/plugin-proposal-object-rest-spread",
  33. "/@babel/plugin-proposal-optional-catch-binding",
  34. "/@babel/plugin-proposal-unicode-property-regex",
  35. "/@babel/plugin-syntax-async-generators",
  36. "/@babel/plugin-syntax-decorators",
  37. "/@babel/plugin-syntax-dynamic-import",
  38. "/@babel/plugin-syntax-json-strings",
  39. "/@babel/plugin-syntax-jsx",
  40. "/@babel/plugin-syntax-object-rest-spread",
  41. "/@babel/plugin-syntax-optional-catch-binding",
  42. "/@babel/plugin-transform-arrow-functions",
  43. "/@babel/plugin-transform-async-to-generator",
  44. "/@babel/plugin-transform-block-scoped-functions",
  45. "/@babel/plugin-transform-block-scoping",
  46. "/@babel/plugin-transform-classes",
  47. "/@babel/plugin-transform-computed-properties",
  48. "/@babel/plugin-transform-destructuring",
  49. "/@babel/plugin-transform-dotall-regex",
  50. "/@babel/plugin-transform-duplicate-keys",
  51. "/@babel/plugin-transform-exponentiation-operator",
  52. "/@babel/plugin-transform-for-of",
  53. "/@babel/plugin-transform-function-name",
  54. "/@babel/plugin-transform-literals",
  55. "/@babel/plugin-transform-modules-amd",
  56. "/@babel/plugin-transform-modules-commonjs",
  57. "/@babel/plugin-transform-modules-systemjs",
  58. "/@babel/plugin-transform-modules-umd",
  59. "/@babel/plugin-transform-new-target",
  60. "/@babel/plugin-transform-object-super",
  61. "/@babel/plugin-transform-parameters",
  62. "/@babel/plugin-transform-runtime",
  63. "/@babel/plugin-transform-shorthand-properties",
  64. "/@babel/plugin-transform-spread",
  65. "/@babel/plugin-transform-sticky-regex",
  66. "/@babel/plugin-transform-template-literals",
  67. "/@babel/plugin-transform-typeof-symbol",
  68. "/@babel/plugin-transform-unicode-regex",
  69. "/@babel/preset-env"
  70. ],
  71. "_resolved": "https://registry.npm.taobao.org/@babel/helper-plugin-utils/download/@babel/helper-plugin-utils-7.0.0.tgz",
  72. "_spec": "7.0.0",
  73. "_where": "/Users/lihai/jolijoli/pad_spa",
  74. "author": {
  75. "name": "Logan Smyth",
  76. "email": "loganfsmyth@gmail.com"
  77. },
  78. "description": "General utilities for plugins to use",
  79. "homepage": "https://babeljs.io/",
  80. "license": "MIT",
  81. "main": "lib/index.js",
  82. "name": "@babel/helper-plugin-utils",
  83. "repository": {
  84. "type": "git",
  85. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-utils"
  86. },
  87. "version": "7.0.0"
  88. }