123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- {
- "_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"
- }
|