You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

111 lines
3.3 KiB

{
"_from": "wait-for-expect@^3.0.2",
"_id": "wait-for-expect@3.0.2",
"_inBundle": false,
"_integrity": "sha512-cfS1+DZxuav1aBYbaO/kE06EOS8yRw7qOFoD3XtjTkYvCvh3zUvNST8DXK/nPaeqIzIv3P3kL3lRJn8iwOiSag==",
"_location": "/wait-for-expect",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "wait-for-expect@^3.0.2",
"name": "wait-for-expect",
"escapedName": "wait-for-expect",
"rawSpec": "^3.0.2",
"saveSpec": null,
"fetchSpec": "^3.0.2"
},
"_requiredBy": [
"/@testing-library/dom"
],
"_resolved": "https://registry.npmjs.org/wait-for-expect/-/wait-for-expect-3.0.2.tgz",
"_shasum": "d2f14b2f7b778c9b82144109c8fa89ceaadaa463",
"_spec": "wait-for-expect@^3.0.2",
"_where": "C:\\Users\\user\\Documents\\myapp\\node_modules\\@testing-library\\dom",
"author": {
"name": "Lukasz Gandecki"
},
"bugs": {
"url": "https://github.com/TheBrainFamily/wait-for-expect/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Wait for expectation to be true, useful for integration and end to end testing",
"devDependencies": {
"@babel/cli": "^7.0.0-beta.42",
"@babel/core": "^7.0.0-beta.42",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.42",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.42",
"@babel/preset-env": "^7.0.0-beta.42",
"@babel/preset-typescript": "^7.0.0-beta.42",
"@types/eslint": "^4.16.0",
"@types/eslint-plugin-prettier": "^2.2.0",
"@types/jest": "^22.2.2",
"@types/node": "^9.6.1",
"@types/prettier": "^1.10.0",
"@types/typescript": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^2.5.0",
"@typescript-eslint/parser": "^2.5.0",
"babel-core": "^7.0.0-0",
"babel-jest": "^22.4.3",
"babel-plugin-add-module-exports": "^1.0.0",
"eslint": "^6.5.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^2.6.0",
"jest": "^22.4.3",
"jest-serializer-ansi": "^1.0.3",
"prettier": "^1.11.1",
"semantic-release": "^15.12.0",
"typescript": "~3.2.4"
},
"homepage": "https://github.com/TheBrainFamily/wait-for-expect#readme",
"jest": {
"snapshotSerializers": [
"jest-serializer-ansi"
],
"moduleDirectories": [
"./node_modules",
"./src"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx"
],
"transform": {
"^.+\\.(js|jsx|ts|tsx)$": "babel-jest"
},
"testRegex": "/src/.*\\.spec\\.(js|ts|tsx)$",
"testURL": "http://localhost/"
},
"keywords": [
"jest",
"expect",
"wait",
"async",
"await",
"promise",
"integration",
"testing",
"unit"
],
"license": "MIT",
"main": "lib/index.js",
"name": "wait-for-expect",
"repository": {
"type": "git",
"url": "git+https://github.com/TheBrainFamily/wait-for-expect.git"
},
"scripts": {
"build": "tsc --emitDeclarationOnly && babel src --out-dir lib --extensions \".ts,.tsx\"",
"build:watch": "npm run build -- --watch",
"semantic-release": "semantic-release",
"test": "eslint --report-unused-disable-directives src/**/*.ts && jest",
"type-check": "tsc --noEmit"
},
"typings": "lib/index.d.ts",
"version": "3.0.2"
}