package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "babel-plugin-component@1.1.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "babel-plugin-component@1.1.1",
  10. "_id": "babel-plugin-component@1.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-WUw887kJf2GH80Ng/ZMctKZ511iamHNqPhd9uKo14yzisvV7Wt1EckIrb8oq/uCz3B3PpAW7Xfl7AkTLDYT6ag==",
  13. "_location": "/babel-plugin-component",
  14. "_phantomChildren": {
  15. "esutils": "2.0.3",
  16. "lodash": "4.17.21",
  17. "to-fast-properties": "2.0.0"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "babel-plugin-component@1.1.1",
  23. "name": "babel-plugin-component",
  24. "escapedName": "babel-plugin-component",
  25. "rawSpec": "1.1.1",
  26. "saveSpec": null,
  27. "fetchSpec": "1.1.1"
  28. },
  29. "_requiredBy": [
  30. "#DEV:/"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/babel-plugin-component/-/babel-plugin-component-1.1.1.tgz",
  33. "_spec": "1.1.1",
  34. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  35. "author": "",
  36. "babel": {
  37. "presets": [
  38. "@babel/preset-env",
  39. "@babel/preset-react"
  40. ]
  41. },
  42. "bugs": {
  43. "url": "https://github.com/ElementUI/babel-plugin-component/issues"
  44. },
  45. "dependencies": {
  46. "@babel/helper-module-imports": "7.0.0-beta.35"
  47. },
  48. "description": "Modular build plugin for babel.",
  49. "devDependencies": {
  50. "@babel/cli": "7.0.0-beta.35",
  51. "@babel/core": "7.0.0-beta.35",
  52. "@babel/node": "7.0.0-beta.35",
  53. "@babel/preset-env": "7.0.0-beta.35",
  54. "@babel/preset-react": "7.0.0-beta.35",
  55. "@babel/preset-stage-0": "7.0.0-beta.35",
  56. "@babel/register": "7.0.0-beta.35",
  57. "coveralls": "^2.11.6",
  58. "eslint": "^2.7.0",
  59. "eslint-config-airbnb": "^6.2.0",
  60. "expect": "^1.13.4",
  61. "mocha": "4.0.1",
  62. "pre-commit": "~1.1.2"
  63. },
  64. "files": [
  65. "lib",
  66. "package.json",
  67. "README.md"
  68. ],
  69. "homepage": "https://github.com/ElementUI/babel-plugin-component#readme",
  70. "keywords": [
  71. "babel-plugin"
  72. ],
  73. "license": "MIT",
  74. "main": "lib/index.js",
  75. "name": "babel-plugin-component",
  76. "pre-commit": [
  77. "lint"
  78. ],
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/ElementUI/babel-plugin-component.git"
  82. },
  83. "scripts": {
  84. "build": "rm -rf lib && babel src --out-dir lib --ignore __tests__",
  85. "coveralls": "cat ./coverage/lcov.info | coveralls",
  86. "debug": "mocha --require @babel/register --require @babel/polyfill --no-timeouts",
  87. "lint": "eslint --ext .js src",
  88. "prepublish": "npm run build",
  89. "test": "mocha --require @babel/register"
  90. },
  91. "version": "1.1.1"
  92. }