package.json 1.77 KB
{
  "_from": "tiny-jsonrpc@^2.0.1",
  "_id": "tiny-jsonrpc@2.0.1",
  "_inBundle": false,
  "_integrity": "sha1-VAgNXgUNIfOOZ1GpOiNlDmEw6mI=",
  "_location": "/tiny-jsonrpc",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tiny-jsonrpc@^2.0.1",
    "name": "tiny-jsonrpc",
    "escapedName": "tiny-jsonrpc",
    "rawSpec": "^2.0.1",
    "saveSpec": null,
    "fetchSpec": "^2.0.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/tiny-jsonrpc/-/tiny-jsonrpc-2.0.1.tgz",
  "_shasum": "54080d5e050d21f38e6751a93a23650e6130ea62",
  "_spec": "tiny-jsonrpc@^2.0.1",
  "_where": "D:\\OSS project\\YTMT",
  "author": {
    "name": "Lon Ingram",
    "email": "lawnsea@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/tiny-jsonrpc/tiny-jsonrpc/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "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"
  },
  "homepage": "https://github.com/tiny-jsonrpc/tiny-jsonrpc#readme",
  "license": "MIT",
  "main": "./lib/tiny-jsonrpc.js",
  "name": "tiny-jsonrpc",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tiny-jsonrpc/tiny-jsonrpc.git"
  },
  "scripts": {
    "test": "karma start --single-run"
  },
  "version": "2.0.1"
}