package.json 1.35 KB
{
  "_from": "cps@*",
  "_id": "cps@1.0.2",
  "_inBundle": false,
  "_integrity": "sha1-LNCyXYDxCQljfghWrZumNM4E/x0=",
  "_location": "/cps",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cps@*",
    "name": "cps",
    "escapedName": "cps",
    "rawSpec": "*",
    "saveSpec": null,
    "fetchSpec": "*"
  },
  "_requiredBy": [
    "/node-mysql"
  ],
  "_resolved": "https://registry.npmjs.org/cps/-/cps-1.0.2.tgz",
  "_shasum": "2cd0b25d80f10909637e0856ad9ba634ce04ff1d",
  "_spec": "cps@*",
  "_where": "C:\\Users\\junh\\Desktop\\\\os-17-2-termproject-jun\\node_modules\\node-mysql",
  "author": {
    "name": "Chiyan Chen"
  },
  "bugs": {
    "url": "https://github.com/redblaze/cps/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A continuation passing style library to help the coding of asynced programs in Javascript/Node.js.",
  "homepage": "https://github.com/redblaze/cps#readme",
  "jam": {
    "main": "lib/cps.js",
    "include": [
      "lib/cps.js",
      "README.md",
      "LICENSE"
    ]
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/redblaze/cps/raw/master/LICENSE"
    }
  ],
  "main": "./lib/cps",
  "name": "cps",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/redblaze/cps.git"
  },
  "version": "1.0.2"
}