123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- {
- "_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": {
- "@types/parse-json": "4.0.0",
- "import-fresh": "3.3.0",
- "parse-json": "5.2.0",
- "path-type": "4.0.0",
- "yaml": "1.10.2"
- },
- "_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": "/Users/jane/myproject/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"
- }
|