{ "_args": [ [ "@concordance/react@2.0.0", "/Users/sam/code/codeql-action" ] ], "_development": true, "_from": "@concordance/react@2.0.0", "_id": "@concordance/react@2.0.0", "_inBundle": false, "_integrity": "sha512-huLSkUuM2/P+U0uy2WwlKuixMsTODD8p4JVQBI4VKeopkiN0C7M3N9XYVawb4M+4spN5RrO/eLhk7KoQX6nsfA==", "_location": "/@concordance/react", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@concordance/react@2.0.0", "name": "@concordance/react", "escapedName": "@concordance%2freact", "scope": "@concordance", "rawSpec": "2.0.0", "saveSpec": null, "fetchSpec": "2.0.0" }, "_requiredBy": [ "/ava" ], "_resolved": "https://registry.npmjs.org/@concordance/react/-/react-2.0.0.tgz", "_spec": "2.0.0", "_where": "/Users/sam/code/codeql-action", "as-i-preach": { "allowDevDependencies": [ "test/**/*.js", "test/**/*.jsx" ], "ignore": [ "test/fixtures/react/*.js" ] }, "author": { "name": "Mark Wubben", "url": "https://novemberborn.net/" }, "ava": { "babel": { "testOptions": { "presets": [ "module:@babel/preset-react" ] } } }, "bugs": { "url": "https://github.com/concordancejs/react/issues" }, "dependencies": { "arrify": "^1.0.1" }, "description": "Compare, format, diff and serialize React trees with Concordance", "devDependencies": { "@babel/cli": "^7.1.0", "@babel/core": "^7.1.0", "@babel/preset-react": "^7.0.0", "@novemberborn/as-i-preach": "^10.1.0", "ava": "1.0.0-beta.8", "codecov": "^3.1.0", "concordance": "^4.0.0", "nyc": "^13.0.1", "react": "^16.5.2", "react-test-renderer": "^16.5.2" }, "engines": { "node": ">=6.12.3 <7 || >=8.9.4 <9 || >=10.0.0" }, "files": [ "lib", "index.js" ], "homepage": "https://github.com/concordancejs/react#readme", "keywords": [ "concordance-plugin", "concordance", "react" ], "license": "ISC", "main": "index.js", "name": "@concordance/react", "nyc": { "reporter": [ "html", "lcov", "text" ] }, "repository": { "type": "git", "url": "git+https://github.com/concordancejs/react.git" }, "scripts": { "build:fixtures": "babel --presets=module:@babel/preset-react,module:ava/stage-4 --out-dir=test/fixtures/react --extensions=.jsx test/fixtures/react", "lint": "as-i-preach", "pretest": "npm run -s build:fixtures", "test": "npm run -s lint && nyc ava" }, "standard-engine": "@novemberborn/as-i-preach", "version": "2.0.0" }