Dashboard sipadu mbip
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

package.json 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "@babel/plugin-transform-modules-commonjs@^7.7.0",
  3. "_id": "@babel/plugin-transform-modules-commonjs@7.7.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KEMyWNNWnjOom8vR/1+d+Ocz/mILZG/eyHHO06OuBQ2aNhxT62fr4y6fGOplRx+CxCSp3IFwesL8WdINfY/3kg==",
  6. "_location": "/@babel/plugin-transform-modules-commonjs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-transform-modules-commonjs@^7.7.0",
  12. "name": "@babel/plugin-transform-modules-commonjs",
  13. "escapedName": "@babel%2fplugin-transform-modules-commonjs",
  14. "scope": "@babel",
  15. "rawSpec": "^7.7.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.7.0"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.7.0.tgz",
  23. "_shasum": "3e5ffb4fd8c947feede69cbe24c9554ab4113fe3",
  24. "_spec": "@babel/plugin-transform-modules-commonjs@^7.7.0",
  25. "_where": "/var/www/html/mdch.sipadu/node_modules/@babel/preset-env",
  26. "bundleDependencies": false,
  27. "dependencies": {
  28. "@babel/helper-module-transforms": "^7.7.0",
  29. "@babel/helper-plugin-utils": "^7.0.0",
  30. "@babel/helper-simple-access": "^7.7.0",
  31. "babel-plugin-dynamic-import-node": "^2.3.0"
  32. },
  33. "deprecated": false,
  34. "description": "This plugin transforms ES2015 modules to CommonJS",
  35. "devDependencies": {
  36. "@babel/core": "^7.7.0",
  37. "@babel/helper-plugin-test-runner": "^7.0.0",
  38. "@babel/plugin-syntax-object-rest-spread": "^7.2.0"
  39. },
  40. "gitHead": "97faa83953cb87e332554fa559a4956d202343ea",
  41. "keywords": [
  42. "babel-plugin"
  43. ],
  44. "license": "MIT",
  45. "main": "lib/index.js",
  46. "name": "@babel/plugin-transform-modules-commonjs",
  47. "peerDependencies": {
  48. "@babel/core": "^7.0.0-0"
  49. },
  50. "publishConfig": {
  51. "access": "public"
  52. },
  53. "repository": {
  54. "type": "git",
  55. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-modules-commonjs"
  56. },
  57. "version": "7.7.0"
  58. }