forgeplus-react/node_modules/dom-lib/package.json

128 lines
4.0 KiB
JSON

{
"_args": [
[
"dom-lib@1.3.1",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "dom-lib@1.3.1",
"_id": "dom-lib@1.3.1",
"_inBundle": false,
"_integrity": "sha512-rITCKgbLkF0MX4zk0+N6PDIJwKb3tZ5r8qClvD23On3RUgUtnBRSnpSb/7PbY+1gjl1IMVvfZCbRtyAE4oWA2Q==",
"_location": "/dom-lib",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "dom-lib@1.3.1",
"name": "dom-lib",
"escapedName": "dom-lib",
"rawSpec": "1.3.1",
"saveSpec": null,
"fetchSpec": "1.3.1"
},
"_requiredBy": [
"/rsuite",
"/rsuite-table"
],
"_resolved": "http://173.15.15.82:8081/repository/npm-all/dom-lib/-/dom-lib-1.3.1.tgz",
"_spec": "1.3.1",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "Simon Guo",
"email": "simonguo.2009@gmail.com"
},
"bugs": {
"url": "https://github.com/rsuite/dom-lib/issues"
},
"description": "DOM helper library",
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-classes": "^7.0.0",
"@babel/plugin-transform-proto-to-assign": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.0",
"brfs": "^1.5.0",
"chai": "^3.5.0",
"es5-shim": "^4.1.14",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-flowtype": "^3.2.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.7.0",
"flow-bin": "^0.68.0",
"jquery": "^3.2.1",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-es5-shim": "^0.0.4",
"karma-firefox-launcher": "^1.0.1",
"karma-html2js-preprocessor": "^1.1.0",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.0.4",
"karma-safari-launcher": "^1.0.0",
"karma-sinon-chai": "^1.2.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.0-beta.0",
"mocha": "^3.2.0",
"react-dom": "^16.6.3",
"simulant": "^0.2.2",
"sinon": "^2.1.0",
"sinon-chai": "^2.9.0",
"style-loader": "^0.13.1",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2"
},
"directories": {
"lib": "lib/"
},
"files": [
"CHANGELOG.md",
"lib",
"es"
],
"homepage": "https://github.com/rsuite/dom-lib#readme",
"license": "MIT",
"main": "lib/index.js",
"module": "es/index.js",
"name": "dom-lib",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/rsuite/dom-lib.git"
},
"scripts": {
"build": "rm -rf lib && npx babel src --out-dir lib",
"build-es": "rm -rf es && NODE_ENV=esm npx babel src --out-dir es",
"lint": "eslint src *.js",
"prepublish": "npm run test && npm run build && npm run build-es",
"tdd": "karma start",
"test": "npm run lint && karma start --single-run"
},
"version": "1.3.1"
}