|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "_args": [
- [
- "babel-plugin-macros@2.4.2",
- "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
- ]
- ],
- "_from": "babel-plugin-macros@2.4.2",
- "_id": "babel-plugin-macros@2.4.2",
- "_inBundle": false,
- "_integrity": "sha512-NBVpEWN4OQ/bHnu1fyDaAaTPAjnhXCEPqr1RwqxrU7b6tZ2hypp+zX4hlNfmVGfClD5c3Sl6Hfj5TJNF5VG5aA==",
- "_location": "/babel-plugin-macros",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "babel-plugin-macros@2.4.2",
- "name": "babel-plugin-macros",
- "escapedName": "babel-plugin-macros",
- "rawSpec": "2.4.2",
- "saveSpec": null,
- "fetchSpec": "2.4.2"
- },
- "_requiredBy": [
- "/babel-plugin-emotion",
- "/babel-preset-react-app"
- ],
- "_resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.4.2.tgz",
- "_spec": "2.4.2",
- "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
- "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": {
- "cosmiconfig": "^5.0.5",
- "resolve": "^1.8.1"
- },
- "description": "Enables zero-config, importable babel plugins",
- "devDependencies": {
- "@babel/core": "^7.1.0",
- "@babel/parser": "^7.1.0",
- "@babel/types": "^7.0.0",
- "ast-pretty-print": "^2.0.1",
- "babel-plugin-tester": "^5.0.0",
- "cpy": "^7.0.0",
- "kcd-scripts": "^0.32.1"
- },
- "eslintConfig": {
- "extends": "./node_modules/kcd-scripts/eslint.js"
- },
- "eslintIgnore": [
- "node_modules",
- "coverage",
- "dist"
- ],
- "files": [
- "dist"
- ],
- "homepage": "https://github.com/kentcdodds/babel-plugin-macros#readme",
- "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",
- "precommit": "kcd-scripts precommit",
- "setup": "npm install && npm run validate -s",
- "test": "kcd-scripts test",
- "test:update": "npm test -- --updateSnapshot",
- "validate": "kcd-scripts validate"
- },
- "version": "2.4.2"
- }
|