123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- {
- "_args": [
- [
- {
- "raw": "async-limiter@~1.0.0",
- "scope": null,
- "escapedName": "async-limiter",
- "name": "async-limiter",
- "rawSpec": "~1.0.0",
- "spec": ">=1.0.0 <1.1.0",
- "type": "range"
- },
- "/Users/tennesseeg/blueCoin/node_modules/ws"
- ]
- ],
- "_from": "async-limiter@>=1.0.0 <1.1.0",
- "_id": "async-limiter@1.0.0",
- "_inCache": true,
- "_location": "/async-limiter",
- "_nodeVersion": "8.4.0",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/async-limiter-1.0.0.tgz_1505149068503_0.15003100014291704"
- },
- "_npmUser": {
- "name": "strml",
- "email": "samuel.trace.reed@gmail.com"
- },
- "_npmVersion": "5.4.1",
- "_phantomChildren": {},
- "_requested": {
- "raw": "async-limiter@~1.0.0",
- "scope": null,
- "escapedName": "async-limiter",
- "name": "async-limiter",
- "rawSpec": "~1.0.0",
- "spec": ">=1.0.0 <1.1.0",
- "type": "range"
- },
- "_requiredBy": [
- "/ws"
- ],
- "_resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz",
- "_shasum": "78faed8c3d074ab81f22b4e985d79e8738f720f8",
- "_shrinkwrap": null,
- "_spec": "async-limiter@~1.0.0",
- "_where": "/Users/tennesseeg/blueCoin/node_modules/ws",
- "author": {
- "name": "Samuel Reed"
- },
- "bugs": {
- "url": "https://github.com/strml/async-limiter/issues"
- },
- "dependencies": {},
- "description": "asynchronous function queue with adjustable concurrency",
- "devDependencies": {
- "coveralls": "^2.11.2",
- "eslint": "^4.6.1",
- "eslint-plugin-mocha": "^4.11.0",
- "intelli-espower-loader": "^1.0.1",
- "istanbul": "^0.3.2",
- "mocha": "^3.5.2",
- "power-assert": "^1.4.4"
- },
- "directories": {},
- "dist": {
- "integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==",
- "shasum": "78faed8c3d074ab81f22b4e985d79e8738f720f8",
- "tarball": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz"
- },
- "gitHead": "02c8b498279dc7cc1ecc1c4f6fc9ca320c0ce39b",
- "homepage": "https://github.com/strml/async-limiter#readme",
- "keywords": [
- "throttle",
- "async",
- "limiter",
- "asynchronous",
- "job",
- "task",
- "concurrency",
- "concurrent"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "strml",
- "email": "samuel.trace.reed@gmail.com"
- }
- ],
- "name": "async-limiter",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/strml/async-limiter.git"
- },
- "scripts": {
- "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls",
- "example": "node example",
- "lint": "eslint .",
- "test": "mocha --R intelli-espower-loader test/",
- "travis": "npm run lint && npm run coverage"
- },
- "version": "1.0.0"
- }
|