package.json 2.65 KB
{
  "_args": [
    [
      {
        "raw": "tiny-jsonrpc",
        "scope": null,
        "escapedName": "tiny-jsonrpc",
        "name": "tiny-jsonrpc",
        "rawSpec": "",
        "spec": "latest",
        "type": "tag"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT"
    ]
  ],
  "_from": "tiny-jsonrpc@latest",
  "_id": "tiny-jsonrpc@2.0.1",
  "_inCache": true,
  "_location": "/tiny-jsonrpc",
  "_nodeVersion": "0.12.7",
  "_npmOperationalInternal": {
    "host": "packages-5-east.internal.npmjs.com",
    "tmp": "tmp/tiny-jsonrpc-2.0.1.tgz_1456525969781_0.2738976632244885"
  },
  "_npmUser": {
    "name": "lawnsea",
    "email": "lawnsea@gmail.com"
  },
  "_npmVersion": "2.14.7",
  "_phantomChildren": {},
  "_requested": {
    "raw": "tiny-jsonrpc",
    "scope": null,
    "escapedName": "tiny-jsonrpc",
    "name": "tiny-jsonrpc",
    "rawSpec": "",
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/tiny-jsonrpc/-/tiny-jsonrpc-2.0.1.tgz",
  "_shasum": "54080d5e050d21f38e6751a93a23650e6130ea62",
  "_shrinkwrap": null,
  "_spec": "tiny-jsonrpc",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT",
  "author": {
    "name": "Lon Ingram",
    "email": "lawnsea@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/tiny-jsonrpc/tiny-jsonrpc/issues"
  },
  "dependencies": {},
  "description": "JavaScript JSON-RPC 2.0 client and server with no runtime dependencies",
  "devDependencies": {
    "expose-loader": "^0.7.1",
    "grunt": "^0.4.5",
    "grunt-webpack": "^1.0.11",
    "gruntify-eslint": "^1.3.0",
    "imports-loader": "^0.6.5",
    "istanbul-instrumenter-loader": "^0.1.3",
    "karma": "^0.13.19",
    "karma-chrome-launcher": "^0.2.2",
    "karma-coverage": "^0.5.3",
    "karma-tap": "^1.0.3",
    "karma-webpack": "^1.7.0",
    "sinon": "^1.17.3",
    "tape": "^4.4.0",
    "webpack": "^1.12.12",
    "webpack-dev-server": "^1.14.1"
  },
  "directories": {},
  "dist": {
    "shasum": "54080d5e050d21f38e6751a93a23650e6130ea62",
    "tarball": "https://registry.npmjs.org/tiny-jsonrpc/-/tiny-jsonrpc-2.0.1.tgz"
  },
  "gitHead": "99c7ae3eb5cda0850b25ced37f14b30e008c0b0d",
  "homepage": "https://github.com/tiny-jsonrpc/tiny-jsonrpc#readme",
  "license": "MIT",
  "main": "./lib/tiny-jsonrpc.js",
  "maintainers": [
    {
      "name": "lawnsea",
      "email": "lawnsea@gmail.com"
    }
  ],
  "name": "tiny-jsonrpc",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tiny-jsonrpc/tiny-jsonrpc.git"
  },
  "scripts": {
    "test": "karma start --single-run"
  },
  "version": "2.0.1"
}