89 lines
2.5 KiB
JSON
89 lines
2.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"babel-plugin-component@1.1.1",
|
|
"/Applications/work/GitLab/lepu-test-platform-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": {},
|
|
"_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": "/Applications/work/GitLab/lepu-test-platform-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"
|
|
}
|