{
  "_args": [
    [
      "flow-lcl/extension@0.4.15",
      "D:\\xiangmu\\oa_web"
    ]
  ],
  "_from": "flow-lcl/extension@0.4.15",
  "_id": "flow-lcl/extension@0.4.15",
  "_inBundle": false,
  "_integrity": "sha512-J6BRp5ZpOY/kyQmT8eCiLM+y+OWKClNDpWmiVSYdp0Rr8fGH1U4A8ITYvcte45nXorHLcg659PdHZaYqZtzJog==",
  "_location": "/flow-lcl/extension",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "flow-lcl/extension@0.4.15",
    "name": "flow-lcl/extension",
    "escapedName": "flow-lcl%2fextension",
    "scope": "flow-lcl",
    "rawSpec": "0.4.15",
    "saveSpec": null,
    "fetchSpec": "0.4.15"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/flow-lcl/extension/-/extension-0.4.15.tgz",
  "_spec": "0.4.15",
  "_where": "D:\\xiangmu\\oa_web",
  "author": "",
  "dependencies": {
    "flow-lcl/core": "^0.4.15",
    "ids": "^1.0.0",
    "preact": "^10.4.8"
  },
  "description": "LogicFlow extension",
  "devDependencies": {
    "@babel/core": "^7.9.0",
    "@babel/plugin-proposal-decorators": "^7.12.1",
    "@babel/plugin-syntax-jsx": "^7.8.3",
    "@babel/plugin-transform-react-jsx": "^7.10.4",
    "@babel/preset-env": "^7.9.5",
    "@babel/preset-typescript": "^7.9.0",
    "@commitlint/config-conventional": "^8.3.4",
    "@typescript-eslint/eslint-plugin": "^4.7.0",
    "@typescript-eslint/parser": "^3.2.0",
    "babel-core": "^7.0.0-bridge.0",
    "babel-loader": "^8.1.0",
    "babel-plugin-import": "^1.13.0",
    "case-sensitive-paths-webpack-plugin": "^2.3.0",
    "core-js": "^3.6.5",
    "cross-env": "^7.0.2",
    "css-loader": "^4.2.1",
    "eslint": "^7.0.0",
    "eslint-config-airbnb-typescript": "^9.0.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-react": "^7.20.6",
    "eslint-plugin-standard": "^4.0.1",
    "eslint-webpack-plugin": "^2.1.0",
    "html-webpack-plugin": "^4.2.0",
    "less-loader": "^6.0.0",
    "prettier": "^2.2.1",
    "rimraf": "^3.0.2",
    "standard-version": "^9.0.0",
    "style-loader": "^1.2.0",
    "typescript": "^3.8.3",
    "url-loader": "^4.1.0",
    "webpack": "^4.43.0",
    "webpack-bundle-analyzer": "^4.1.0",
    "webpack-cli": "^3.3.11",
    "webpack-dev-server": "^3.10.3"
  },
  "files": [
    "cjs",
    "es",
    "lib",
    "types",
    "readme.md"
  ],
  "gitHead": "83d2d7bf9e116b60d1cdce27c9ff662b7f0fe014",
  "license": "Apache 2.0",
  "main": "cjs/index.js",
  "module": "es/index.js",
  "name": "flow-lcl/extension",
  "scripts": {
    "build": "rimraf ./es ./cjs ./lib && npm run build:esm & npm run build:cjs & npm run build:umd && npm run style",
    "build:cjs": "tsc --module commonjs --target es5 --outDir ./cjs",
    "build:esm": "tsc --module esnext --target es5 --outDir ./es -d",
    "build:umd": "cross-env NODE_ENV=production webpack --config scripts/webpack.config.build.js",
    "dev": "cross-env NODE_ENV=development MOCK_TYPE=mock webpack-dev-server --client-log-level warning --config scripts/webpack.config.dev.js",
    "publish-lib": "npm run build && npm publish",
    "style": "echo ./cjs ./es ./lib | xargs -n 1 cp -v -r ./src/style",
    "test": "echo \"Error: no test specified\" && exit 1",
    "types": "tsc -d --declarationDir ./types --outDir temp && rimraf -R temp"
  },
  "standard-version": {
    "skip": {
      "tag": true,
      "commit": true
    }
  },
  "types": "es/index.d.ts",
  "version": "0.4.15"
}
