package.json 1.52 KB
{
  "_from": "bagpipe@^0.3.5",
  "_id": "bagpipe@0.3.5",
  "_inBundle": false,
  "_integrity": "sha1-40HRZPyyTN8E6n4Ft2XsEMiupqE=",
  "_location": "/bagpipe",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "bagpipe@^0.3.5",
    "name": "bagpipe",
    "escapedName": "bagpipe",
    "rawSpec": "^0.3.5",
    "saveSpec": null,
    "fetchSpec": "^0.3.5"
  },
  "_requiredBy": [
    "/session-file-store"
  ],
  "_resolved": "https://registry.npmjs.org/bagpipe/-/bagpipe-0.3.5.tgz",
  "_shasum": "e341d164fcb24cdf04ea7e05b765ec10c8aea6a1",
  "_spec": "bagpipe@^0.3.5",
  "_where": "C:\\Users\\kyjoon\\Desktop\\거위\\Open_Source_project\\node_modules\\session-file-store",
  "author": {
    "name": "Jackson Tian"
  },
  "bugs": {
    "url": "https://github.com/JacksonTian/bagpipe/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Concurrency limit",
  "devDependencies": {
    "blanket": "*",
    "mocha": "*",
    "pedding": "*",
    "should": "*",
    "travis-cov": "*"
  },
  "directories": {
    "doc": "doc",
    "test": "test"
  },
  "gitHead": "75269c60fdbb897be14575e70a2b86cf43999500",
  "homepage": "https://github.com/JacksonTian/bagpipe#readme",
  "keywords": [
    "limiter",
    "concurrency limit",
    "parallel limit"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "bagpipe",
  "repository": {
    "type": "git",
    "url": "git://github.com/JacksonTian/bagpipe.git"
  },
  "scripts": {
    "test": "make test-all"
  },
  "version": "0.3.5"
}