{
  "_args": [
    [
      "react-async-script@1.2.0",
      "/Users/david/Desktop/Desarrollo/RequiezPages/Quadri"
    ]
  ],
  "_from": "react-async-script@1.2.0",
  "_id": "react-async-script@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-bCpkbm9JiAuMGhkqoAiC0lLkb40DJ0HOEJIku+9JDjxX3Rcs+ztEOG13wbrOskt3n2DTrjshhaQ/iay+SnGg5Q==",
  "_location": "/react-async-script",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-async-script@1.2.0",
    "name": "react-async-script",
    "escapedName": "react-async-script",
    "rawSpec": "1.2.0",
    "saveSpec": null,
    "fetchSpec": "1.2.0"
  },
  "_requiredBy": [
    "/react-google-recaptcha"
  ],
  "_resolved": "https://registry.npmjs.org/react-async-script/-/react-async-script-1.2.0.tgz",
  "_spec": "1.2.0",
  "_where": "/Users/david/Desktop/Desarrollo/RequiezPages/Quadri",
  "author": {
    "name": "Hugo Dozois",
    "email": "hugo@dozoisch.com"
  },
  "bugs": {
    "url": "https://github.com/dozoisch/react-async-script/issues"
  },
  "dependencies": {
    "hoist-non-react-statics": "^3.3.0",
    "prop-types": "^15.5.0"
  },
  "description": "A composition mixin for loading scripts asynchronously for React",
  "devDependencies": {
    "@babel/cli": "^7.6.4",
    "@babel/core": "^7.6.4",
    "@babel/preset-env": "^7.6.3",
    "@babel/preset-react": "^7.6.3",
    "@babel/register": "^7.6.2",
    "babel-eslint": "^10.0.3",
    "eslint": "6.6.0",
    "eslint-config-prettier": "6.4.0",
    "eslint-plugin-prettier": "3.1.1",
    "jest": "^24.9.0",
    "prettier": "^1.18.2",
    "react": "^16.11.0",
    "react-dom": "^16.11.0",
    "react-is": "^16.11.0"
  },
  "homepage": "https://github.com/dozoisch/react-async-script",
  "keywords": [
    "react",
    "asynchronous",
    "script-loader"
  ],
  "license": "MIT",
  "main": "lib/async-script-loader.js",
  "module": "lib/esm/async-script-loader.js",
  "name": "react-async-script",
  "peerDependencies": {
    "react": ">=16.4.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dozoisch/react-async-script.git"
  },
  "scripts": {
    "build": "rm -rf lib && npm run build:cjs && npm run build:esm",
    "build:cjs": "babel src --out-dir lib",
    "build:esm": "BABEL_ENV=esm babel src --out-dir lib/esm",
    "lint": "eslint ./",
    "prepare": "npm run build",
    "pretty": "prettier --write src/*.js ./*.js test/*.js",
    "test": "jest",
    "test-watch": "jest --watch"
  },
  "version": "1.2.0"
}
