119 lines
3.0 KiB
JSON
119 lines
3.0 KiB
JSON
{
|
|
"_from": "cypress-mailosaur",
|
|
"_id": "cypress-mailosaur@2.3.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Xo3NqXm0kxdozwAdpCgv2bRLgZyMuGaQS7CK7+e8oFQWFaG/e+zamg8KSbi/n2ROSjm5CXh0WFNMHgBYZ8wZjg==",
|
|
"_location": "/cypress-mailosaur",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "cypress-mailosaur",
|
|
"name": "cypress-mailosaur",
|
|
"escapedName": "cypress-mailosaur",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/",
|
|
"#USER"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/cypress-mailosaur/-/cypress-mailosaur-2.3.3.tgz",
|
|
"_shasum": "f7d40905e29f042416e3f504e449b8a320405018",
|
|
"_spec": "cypress-mailosaur",
|
|
"_where": "/home/simon/Documents/lifen-autotest",
|
|
"author": {
|
|
"name": "Mailosaur Ltd"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mailosaur/mailosaur-node/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Extends Cypress' cy commands that let you integrate email and SMS testing into your continuous integration process.",
|
|
"devDependencies": {
|
|
"@types/node": "^15.0.3",
|
|
"babel-eslint": "10.1.0",
|
|
"coveralls": "3.0.9",
|
|
"eslint": "6.8.0",
|
|
"eslint-config-airbnb-base": "^14.1.0",
|
|
"eslint-plugin-import": "^2.20.1",
|
|
"eslint-plugin-react": "^7.20.0",
|
|
"jest": "25.4.0",
|
|
"sinon": "9.0.2",
|
|
"typescript": "^4.2.4"
|
|
},
|
|
"engines": {
|
|
"node": ">= v10.0.0"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"airbnb-base"
|
|
],
|
|
"env": {
|
|
"node": true,
|
|
"mocha": true
|
|
},
|
|
"globals": {
|
|
"Cypress": true,
|
|
"cy": true,
|
|
"assert": true
|
|
},
|
|
"rules": {
|
|
"quotes": [
|
|
2,
|
|
"single",
|
|
{
|
|
"allowTemplateLiterals": true
|
|
}
|
|
],
|
|
"consistent-return": 0,
|
|
"comma-dangle": 0,
|
|
"max-len": 0,
|
|
"no-shadow": 0,
|
|
"class-methods-use-this": 0,
|
|
"linebreak-style": 0,
|
|
"arrow-parens": 0,
|
|
"operator-linebreak": 0,
|
|
"object-curly-newline": 0,
|
|
"implicit-arrow-linebreak": 0,
|
|
"no-else-return": 0,
|
|
"indent": 0,
|
|
"lines-between-class-members": 0
|
|
}
|
|
},
|
|
"files": [
|
|
"src"
|
|
],
|
|
"homepage": "https://github.com/mailosaur/cypress-mailosaur#readme",
|
|
"keywords": [
|
|
"cypress",
|
|
"mailosaur",
|
|
"email",
|
|
"sms",
|
|
"testing",
|
|
"automation",
|
|
"testing-tools"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "cypress-mailosaur",
|
|
"peerDependencies": {
|
|
"cypress": ">= 2.1.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mailosaur/cypress-mailosaur.git"
|
|
},
|
|
"scripts": {
|
|
"coveralls": "cat ./coverage/lcov.info | coveralls",
|
|
"lint": "eslint src test/react-app/src test/react-app/cypress",
|
|
"test": "npm run tsc && cd test/react-app && npm run test:ci",
|
|
"test:ci": "cd test/react-app && npm i && npm run test:ci",
|
|
"tsc": "tsc src/mailosaurCommands.d.ts --types node"
|
|
},
|
|
"types": "src/mailosaurCommands.d.ts",
|
|
"version": "2.3.3"
|
|
}
|