You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
108 lines
2.9 KiB
108 lines
2.9 KiB
4 years ago
|
{
|
||
|
"_from": "babel-plugin-macros@2.8.0",
|
||
|
"_id": "babel-plugin-macros@2.8.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==",
|
||
|
"_location": "/babel-plugin-macros",
|
||
|
"_phantomChildren": {
|
||
|
"@babel/code-frame": "7.10.3",
|
||
|
"@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.10.0"
|
||
|
},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "babel-plugin-macros@2.8.0",
|
||
|
"name": "babel-plugin-macros",
|
||
|
"escapedName": "babel-plugin-macros",
|
||
|
"rawSpec": "2.8.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "2.8.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/babel-preset-react-app"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz",
|
||
|
"_shasum": "0f958a7cc6556b1e65344465d99111a1e5e10138",
|
||
|
"_spec": "babel-plugin-macros@2.8.0",
|
||
|
"_where": "C:\\Users\\user\\Documents\\myapp\\node_modules\\babel-preset-react-app",
|
||
|
"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"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"@babel/runtime": "^7.7.2",
|
||
|
"cosmiconfig": "^6.0.0",
|
||
|
"resolve": "^1.12.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"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.8.0"
|
||
|
}
|