package.json 2.3 KB
{
  "_args": [
    [
      "fetch-jsonp",
      "D:\\work\\McuClient"
    ]
  ],
  "_from": "fetch-jsonp@latest",
  "_id": "fetch-jsonp@1.0.6",
  "_inCache": true,
  "_installable": true,
  "_location": "/fetch-jsonp",
  "_nodeVersion": "5.7.1",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/fetch-jsonp-1.0.6.tgz_1486087842804_0.46444737794809043"
  },
  "_npmUser": {
    "email": "neosoyn@gmail.com",
    "name": "camsong"
  },
  "_npmVersion": "3.6.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "fetch-jsonp",
    "raw": "fetch-jsonp",
    "rawSpec": "",
    "scope": null,
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/fetch-jsonp/-/fetch-jsonp-1.0.6.tgz",
  "_shasum": "8d2ae174ed14108292f025f43fa07d2078de6736",
  "_shrinkwrap": null,
  "_spec": "fetch-jsonp",
  "_where": "D:\\work\\McuClient",
  "author": {
    "name": "Cam Song"
  },
  "bugs": {
    "url": "https://github.com/camsong/fetch-jsonp/issues"
  },
  "dependencies": {},
  "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"
  },
  "directories": {},
  "dist": {
    "shasum": "8d2ae174ed14108292f025f43fa07d2078de6736",
    "tarball": "https://registry.npmjs.org/fetch-jsonp/-/fetch-jsonp-1.0.6.tgz"
  },
  "gitHead": "3b1be53776fa36a548fbf2aa16063c27ca318661",
  "homepage": "https://github.com/camsong/fetch-jsonp#readme",
  "keywords": [
    "fetch",
    "jsonp",
    "github fetch",
    "ajax"
  ],
  "license": "MIT",
  "main": "build/fetch-jsonp.js",
  "maintainers": [
    {
      "email": "neosoyn@gmail.com",
      "name": "camsong"
    }
  ],
  "name": "fetch-jsonp",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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/",
    "test": "mocha --compilers js:babel/register --recursive --ui bdd --reporter spec"
  },
  "version": "1.0.6"
}