105 lines
3.2 KiB
JSON
105 lines
3.2 KiB
JSON
{
|
|
"_from": "babel-plugin-add-module-exports@1.0.2",
|
|
"_id": "babel-plugin-add-module-exports@1.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-4paN7RivvU3Rzju1vGSHWPjO8Y0rI6droWvSFKI6dvEQ4mvoV0zGojnlzVRfI6N8zISo6VERXt3coIuVmzuvNg==",
|
|
"_location": "/babel-plugin-add-module-exports",
|
|
"_phantomChildren": {
|
|
"anymatch": "2.0.0",
|
|
"async-each": "1.0.3",
|
|
"braces": "2.3.2",
|
|
"fsevents": "1.2.13",
|
|
"glob-parent": "3.1.0",
|
|
"inherits": "2.0.4",
|
|
"is-binary-path": "1.0.1",
|
|
"is-glob": "4.0.1",
|
|
"normalize-path": "3.0.0",
|
|
"path-is-absolute": "1.0.1",
|
|
"readdirp": "2.2.1",
|
|
"upath": "1.2.0"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "babel-plugin-add-module-exports@1.0.2",
|
|
"name": "babel-plugin-add-module-exports",
|
|
"escapedName": "babel-plugin-add-module-exports",
|
|
"rawSpec": "1.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/@cypress/browserify-preprocessor"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-1.0.2.tgz",
|
|
"_shasum": "96cd610d089af664f016467fc4567c099cce2d9c",
|
|
"_spec": "babel-plugin-add-module-exports@1.0.2",
|
|
"_where": "/home/simon/Documents/lifen-autotest/node_modules/@cypress/browserify-preprocessor",
|
|
"author": {
|
|
"name": "59naga",
|
|
"email": "i59naga@icloud.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/59naga/babel-plugin-add-module-exports/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"chokidar": "^2.0.4"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Fix babel/babel#2212",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.0.0",
|
|
"@babel/plugin-proposal-export-default-from": "^7.0.0",
|
|
"@babel/preset-env": "^7.0.0",
|
|
"babel-cli": "^6.26.0",
|
|
"babel-core": "^6.26.3",
|
|
"babel-eslint": "^8.2.6",
|
|
"babel-plugin-rewire": "^1.1.0",
|
|
"babel-plugin-transform-export-extensions": "^6.22.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"babel-preset-power-assert": "^2.0.0",
|
|
"babel-preset-react": "^6.24.1",
|
|
"babel-template": "^6.26.0",
|
|
"babel-types": "^6.26.0",
|
|
"conventional-github-releaser": "^3.1.2",
|
|
"eslint": "^5.1.0",
|
|
"eslint-config-prettier": "^2.9.0",
|
|
"eslint-config-standard": "^11.0.0",
|
|
"eslint-plugin-import": "^2.13.0",
|
|
"eslint-plugin-node": "^6.0.1",
|
|
"eslint-plugin-prettier": "^2.6.2",
|
|
"eslint-plugin-promise": "^3.8.0",
|
|
"eslint-plugin-standard": "^3.1.0",
|
|
"mocha": "^5.2.0",
|
|
"power-assert": "^1.6.0",
|
|
"prettier": "^1.13.7"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/59naga/babel-plugin-add-module-exports#readme",
|
|
"keywords": [
|
|
"babel-plugin",
|
|
"module.exports"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib",
|
|
"name": "babel-plugin-add-module-exports",
|
|
"optionalDependencies": {
|
|
"chokidar": "^2.0.4"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/59naga/babel-plugin-add-module-exports.git"
|
|
},
|
|
"scripts": {
|
|
"build": "babel src --out-dir lib --source-maps",
|
|
"lint": "eslint src test",
|
|
"postversion": "git push --follow-tags && conventional-github-releaser -p angular",
|
|
"start": "mocha --require babel-register --watch",
|
|
"test": "mocha --require babel-register"
|
|
},
|
|
"version": "1.0.2"
|
|
}
|