{ "_args": [ [ "resq@1.10.1", "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror" ] ], "_development": true, "_from": "resq@1.10.1", "_id": "resq@1.10.1", "_inBundle": false, "_integrity": "sha512-zhp1iyUH02MLciv3bIM2bNtTFx/fqRsK4Jk73jcPqp00d/sMTTjOtjdTMAcgjrQKGx5DvQ/HSpeqaMW0atGRJA==", "_location": "/resq", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "resq@1.10.1", "name": "resq", "escapedName": "resq", "rawSpec": "1.10.1", "saveSpec": null, "fetchSpec": "1.10.1" }, "_requiredBy": [ "/webdriverio" ], "_resolved": "https://registry.npmjs.org/resq/-/resq-1.10.1.tgz", "_spec": "1.10.1", "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror", "author": { "name": "Baruch Velez", "email": "baruchvelez@gmail.com" }, "bugs": { "url": "https://github.com/baruchvlz/resq/issues" }, "dependencies": { "fast-deep-equal": "^2.0.1" }, "description": "React Element Selector Query (resq) - Query React components and children by selector (component name)", "devDependencies": { "@babel/cli": "7.2.3", "@babel/core": "7.4.0", "@babel/plugin-transform-runtime": "7.4.0", "@babel/preset-env": "7.4.1", "@babel/runtime": "^7.4.2", "babel-eslint": "10.0.1", "babel-jest": "24.5.0", "babel-loader": "^8.0.6", "codecov": "^3.3.0", "eslint": "5.15.3", "eslint-plugin-jest": "22.4.1", "jest": "24.5.0", "npm-run-all": "4.1.5", "rimraf": "^2.6.3", "webpack": "^4.29.6", "webpack-cli": "^3.3.0" }, "files": [ "dist/index.js", "index.d.ts" ], "homepage": "https://github.com/baruchvlz/resq#readme", "jest": { "transform": { "^.+\\.jsx?$": "babel-jest" }, "testPathIgnorePatterns": [ "node_modules", "dist" ], "coverageThreshold": { "global": { "branches": 97, "functions": 100, "lines": 100, "statements": 100 } } }, "keywords": [ "react", "selector", "resq", "rescue", "queryselector", "query" ], "license": "MIT", "main": "dist/index.js", "name": "resq", "repository": { "url": "git+https://github.com/baruchvlz/resq.git" }, "scripts": { "build": "webpack", "commit": "git-cz", "lint": "eslint . --fix", "prebuild": "rimraf dist", "prepublish": "yarn test && yarn build", "prepush": "npm run test --coverage", "test": "jest ./tests --verbose --coverage", "test:dev": "jest ./tests --coverage --watch" }, "version": "1.10.1" }