UNPKG

babel-plugin-transform-line

Version:

Replaces the identifier __line with the source line number

59 lines (58 loc) 1.74 kB
{ "author": "Steven Olmsted <steven.olmsted@ibigroup.com>", "babel": { "plugins": [ "./js/babel-plugin-transform-line.js", "./test/babel-plugin-transform-some-other-dynamic-code.js" ], "presets": [ [ "@babel/preset-env", { "targets": { "node": "current" } } ] ], "sourceMaps": "inline" }, "bugs": "https://github.com/ibi-group/babel-plugin-transform-line/issues", "description": "Replaces the identifier __line with the source line number", "devDependencies": { "@babel/preset-env": "~7.25.2", "@babel/register": "~7.24.6", "chai": "~4.4.1", "eslint": "~9.8.0", "isotropic-dev-dependencies": "~0.3.1", "nyc": "~17.0.0" }, "engines": { "node": "^22.5.1", "npm": "^10.8.2" }, "files": [ "js/babel-plugin-transform-line.js" ], "homepage": "https://github.com/ibi-group/babel-plugin-transform-line", "keywords": [ "babel", "babel plugin", "babel-plugin", "babelplugin", "isotropic", "plugin" ], "license": "BSD-3-Clause", "main": "js/babel-plugin-transform-line.js", "name": "babel-plugin-transform-line", "repository": "github:ibi-group/babel-plugin-transform-line", "scripts": { "lint": "eslint js test", "prepublishOnly": "npm test --coverage", "pretest": "npm run lint", "test": "cross-env BABEL_DISABLE_CACHE=1 nyc --require @babel/register -s mocha" }, "type": "commonjs", "version": "0.11.1" }