{
  "_args": [
    [
      "fetch-jsonp@1.1.3",
      "C:\\xampp\\htdocs\\rent_now"
    ]
  ],
  "_from": "fetch-jsonp@1.1.3",
  "_id": "fetch-jsonp@1.1.3",
  "_inBundle": false,
  "_integrity": "sha1-nrnlhboIqvcAVjU40Xu+u81aPbI=",
  "_location": "/fetch-jsonp",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "fetch-jsonp@1.1.3",
    "name": "fetch-jsonp",
    "escapedName": "fetch-jsonp",
    "rawSpec": "1.1.3",
    "saveSpec": null,
    "fetchSpec": "1.1.3"
  },
  "_requiredBy": [
    "/react-social-login"
  ],
  "_resolved": "https://registry.npmjs.org/fetch-jsonp/-/fetch-jsonp-1.1.3.tgz",
  "_spec": "1.1.3",
  "_where": "C:\\xampp\\htdocs\\rent_now",
  "author": {
    "name": "Cam Song"
  },
  "bugs": {
    "url": "https://github.com/camsong/fetch-jsonp/issues"
  },
  "description": "Fetch JSONP like a boss using Fetch API",
  "devDependencies": {
    "babel": "^5.8.21",
    "babel-core": "^5.8.21",
    "babel-eslint": "^4.0.5",
    "chai": "^3.2.0",
    "eslint": "^1.1.0",
    "eslint-config-airbnb": "^0.0.7",
    "eslint-plugin-react": "^3.2.1",
    "mocha": "^2.2.5"
  },
  "homepage": "https://github.com/camsong/fetch-jsonp#readme",
  "keywords": [
    "fetch",
    "jsonp",
    "github fetch",
    "ajax"
  ],
  "license": "MIT",
  "main": "build/fetch-jsonp.js",
  "name": "fetch-jsonp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/camsong/fetch-jsonp.git"
  },
  "scripts": {
    "build": "babel src/ --modules umd --out-dir build",
    "clean": "rm -rf build",
    "lint": "eslint src/ test/",
    "prepublish": "npm run lint && npm run clean && npm run build",
    "test": "mocha --compilers js:babel/register --recursive --ui bdd --reporter spec"
  },
  "version": "1.1.3"
}
