1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "_args": [
- [
- "babel-plugin-component@1.1.1",
- "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
- ]
- ],
- "_development": true,
- "_from": "babel-plugin-component@1.1.1",
- "_id": "babel-plugin-component@1.1.1",
- "_inBundle": false,
- "_integrity": "sha512-WUw887kJf2GH80Ng/ZMctKZ511iamHNqPhd9uKo14yzisvV7Wt1EckIrb8oq/uCz3B3PpAW7Xfl7AkTLDYT6ag==",
- "_location": "/babel-plugin-component",
- "_phantomChildren": {
- "esutils": "2.0.3",
- "lodash": "4.17.21",
- "to-fast-properties": "2.0.0"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "babel-plugin-component@1.1.1",
- "name": "babel-plugin-component",
- "escapedName": "babel-plugin-component",
- "rawSpec": "1.1.1",
- "saveSpec": null,
- "fetchSpec": "1.1.1"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/babel-plugin-component/-/babel-plugin-component-1.1.1.tgz",
- "_spec": "1.1.1",
- "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
- "author": "",
- "babel": {
- "presets": [
- "@babel/preset-env",
- "@babel/preset-react"
- ]
- },
- "bugs": {
- "url": "https://github.com/ElementUI/babel-plugin-component/issues"
- },
- "dependencies": {
- "@babel/helper-module-imports": "7.0.0-beta.35"
- },
- "description": "Modular build plugin for babel.",
- "devDependencies": {
- "@babel/cli": "7.0.0-beta.35",
- "@babel/core": "7.0.0-beta.35",
- "@babel/node": "7.0.0-beta.35",
- "@babel/preset-env": "7.0.0-beta.35",
- "@babel/preset-react": "7.0.0-beta.35",
- "@babel/preset-stage-0": "7.0.0-beta.35",
- "@babel/register": "7.0.0-beta.35",
- "coveralls": "^2.11.6",
- "eslint": "^2.7.0",
- "eslint-config-airbnb": "^6.2.0",
- "expect": "^1.13.4",
- "mocha": "4.0.1",
- "pre-commit": "~1.1.2"
- },
- "files": [
- "lib",
- "package.json",
- "README.md"
- ],
- "homepage": "https://github.com/ElementUI/babel-plugin-component#readme",
- "keywords": [
- "babel-plugin"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "name": "babel-plugin-component",
- "pre-commit": [
- "lint"
- ],
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ElementUI/babel-plugin-component.git"
- },
- "scripts": {
- "build": "rm -rf lib && babel src --out-dir lib --ignore __tests__",
- "coveralls": "cat ./coverage/lcov.info | coveralls",
- "debug": "mocha --require @babel/register --require @babel/polyfill --no-timeouts",
- "lint": "eslint --ext .js src",
- "prepublish": "npm run build",
- "test": "mocha --require @babel/register"
- },
- "version": "1.1.1"
- }
|