UNPKG

babel-plugin-react-component-trace-data-attr

Version:

Adds data- attribute to html elements showing the trace of React components names that led to this element creation.

55 lines (54 loc) 1.36 kB
{ "name": "babel-plugin-react-component-trace-data-attr", "version": "0.2.7", "license": "MIT", "description": "Adds data- attribute to html elements showing the trace of React components names that led to this element creation.", "repository": { "type": "git", "url": "git+https://github.com/x-kom/babel-plugin-react-component-trace-data-attr.git" }, "author": "x-kom.pl", "main": "lib/index.js", "scripts": { "clean": "rm -rf lib", "build": "babel src -d lib", "test": "mocha --compilers js:babel-register", "test:watch": "npm test -- --watch", "prepublishOnly": "npm run clean && npm run build" }, "dependencies": { "babel-types": "^6.26.0", "lodash.camelcase": "^4.3.0", "lodash.isstring": "^4.0.1", "lodash.kebabcase": "^4.1.1", "lodash.snakecase": "^4.1.1", "styled-components": "^5.2.1" }, "devDependencies": { "babel-cli": "6.26.0", "babel-helper-plugin-test-runner": "^6.24.1", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "mocha": "^5.2.0" }, "keywords": [ "babel", "plugin", "react", "component", "data", "dataattribute", "testing" ], "babel": { "presets": [ "es2015", "stage-0" ] }, "files": [ "lib", "README.md" ] }