package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-transform-modules-commonjs@7.4.4",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-transform-modules-commonjs@7.4.4",
  10. "_id": "@babel/plugin-transform-modules-commonjs@7.4.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-C+9HE9MPHXjC5Zs9bbQOYBksrB4=",
  13. "_location": "/@babel/plugin-transform-modules-commonjs",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/plugin-transform-modules-commonjs@7.4.4",
  19. "name": "@babel/plugin-transform-modules-commonjs",
  20. "escapedName": "@babel%2fplugin-transform-modules-commonjs",
  21. "scope": "@babel",
  22. "rawSpec": "7.4.4",
  23. "saveSpec": null,
  24. "fetchSpec": "7.4.4"
  25. },
  26. "_requiredBy": [
  27. "/@babel/preset-env"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-modules-commonjs/download/@babel/plugin-transform-modules-commonjs-7.4.4.tgz",
  30. "_spec": "7.4.4",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "dependencies": {
  33. "@babel/helper-module-transforms": "^7.4.4",
  34. "@babel/helper-plugin-utils": "^7.0.0",
  35. "@babel/helper-simple-access": "^7.1.0"
  36. },
  37. "description": "This plugin transforms ES2015 modules to CommonJS",
  38. "devDependencies": {
  39. "@babel/core": "^7.4.4",
  40. "@babel/helper-plugin-test-runner": "^7.0.0",
  41. "@babel/plugin-syntax-object-rest-spread": "^7.2.0"
  42. },
  43. "gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba",
  44. "keywords": [
  45. "babel-plugin"
  46. ],
  47. "license": "MIT",
  48. "main": "lib/index.js",
  49. "name": "@babel/plugin-transform-modules-commonjs",
  50. "peerDependencies": {
  51. "@babel/core": "^7.0.0-0"
  52. },
  53. "publishConfig": {
  54. "access": "public"
  55. },
  56. "repository": {
  57. "type": "git",
  58. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-commonjs"
  59. },
  60. "version": "7.4.4"
  61. }