Gazebo_simulation-Frontend/node_modules/babel-plugin-macros/package.json

111 lines
2.8 KiB
JSON

{
"_args": [
[
"babel-plugin-macros@2.7.1",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "babel-plugin-macros@2.7.1",
"_id": "babel-plugin-macros@2.7.1",
"_inBundle": false,
"_integrity": "sha512-HNM284amlKSQ6FddI4jLXD+XTqF0cTYOe5uemOIZxHJHnamC+OhFQ57rMF9sgnYhkJQptVl9U1SKVZsV9/GLQQ==",
"_location": "/babel-plugin-macros",
"_phantomChildren": {
"@babel/code-frame": "7.5.5",
"@types/parse-json": "4.0.0",
"error-ex": "1.3.2",
"json-parse-better-errors": "1.0.2",
"lines-and-columns": "1.1.6",
"parent-module": "1.0.1",
"yaml": "1.7.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "babel-plugin-macros@2.7.1",
"name": "babel-plugin-macros",
"escapedName": "babel-plugin-macros",
"rawSpec": "2.7.1",
"saveSpec": null,
"fetchSpec": "2.7.1"
},
"_requiredBy": [
"/babel-plugin-emotion"
],
"_resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.7.1.tgz",
"_spec": "2.7.1",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"author": {
"name": "Kent C. Dodds",
"email": "kent@doddsfamily.us",
"url": "http://kentcdodds.com/"
},
"babel": {
"presets": [
"./other/babel-config.js"
]
},
"bugs": {
"url": "https://github.com/kentcdodds/babel-plugin-macros/issues"
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"cosmiconfig": "^6.0.0",
"resolve": "^1.12.0"
},
"description": "Allows you to build compile-time libraries",
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/parser": "^7.7.3",
"@babel/types": "^7.7.2",
"ast-pretty-print": "^2.0.1",
"babel-plugin-tester": "^7.0.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"cpy": "^7.3.0",
"kcd-scripts": "^1.11.0"
},
"eslintConfig": {
"extends": "./node_modules/kcd-scripts/eslint.js"
},
"eslintIgnore": [
"node_modules",
"coverage",
"dist"
],
"files": [
"dist"
],
"homepage": "https://github.com/kentcdodds/babel-plugin-macros#readme",
"husky": {
"hooks": {
"pre-commit": "kcd-scripts pre-commit"
}
},
"keywords": [
"babel-plugin",
"macros",
"macro",
"babel-macro",
"babel-plugin-macro",
"babel-macros",
"babel-plugin-macros"
],
"license": "MIT",
"main": "dist/index.js",
"name": "babel-plugin-macros",
"repository": {
"type": "git",
"url": "git+https://github.com/kentcdodds/babel-plugin-macros.git"
},
"scripts": {
"add-contributor": "kcd-scripts contributors add",
"build": "kcd-scripts build",
"lint": "kcd-scripts lint",
"setup": "npm install && npm run validate -s",
"test": "kcd-scripts test",
"test:update": "npm test -- --updateSnapshot",
"validate": "kcd-scripts validate"
},
"version": "2.7.1"
}