123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- {
- "_args": [
- [
- {
- "raw": "throat@^3.0.0",
- "scope": null,
- "escapedName": "throat",
- "name": "throat",
- "rawSpec": "^3.0.0",
- "spec": ">=3.0.0 <4.0.0",
- "type": "range"
- },
- "/home/robert/workspace/xmlrpc/node_modules/typings-core"
- ]
- ],
- "_from": "throat@>=3.0.0 <4.0.0",
- "_id": "throat@3.0.0",
- "_inCache": true,
- "_location": "/throat",
- "_nodeVersion": "6.2.0",
- "_npmOperationalInternal": {
- "host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/throat-3.0.0.tgz_1464777827074_0.20422574575059116"
- },
- "_npmUser": {
- "name": "forbeslindesay",
- "email": "forbes@lindesay.co.uk"
- },
- "_npmVersion": "3.8.9",
- "_phantomChildren": {},
- "_requested": {
- "raw": "throat@^3.0.0",
- "scope": null,
- "escapedName": "throat",
- "name": "throat",
- "rawSpec": "^3.0.0",
- "spec": ">=3.0.0 <4.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/jspm-config",
- "/typings-core"
- ],
- "_resolved": "https://registry.npmjs.org/throat/-/throat-3.0.0.tgz",
- "_shasum": "e7c64c867cbb3845f10877642f7b60055b8ec0d6",
- "_shrinkwrap": null,
- "_spec": "throat@^3.0.0",
- "_where": "/home/robert/workspace/xmlrpc/node_modules/typings-core",
- "author": {
- "name": "ForbesLindesay"
- },
- "bugs": {
- "url": "https://github.com/ForbesLindesay/throat/issues"
- },
- "dependencies": {},
- "description": "Throttle the parallelism of an asynchronous (promise returning) function / functions",
- "devDependencies": {
- "coveralls": "^2.11.2",
- "istanbul": "^0.3.5",
- "promise": "^6.1.0",
- "sauce-test": "^1.0.0",
- "test-result": "^2.0.0",
- "testit": "^2.0.5"
- },
- "directories": {},
- "dist": {
- "shasum": "e7c64c867cbb3845f10877642f7b60055b8ec0d6",
- "tarball": "https://registry.npmjs.org/throat/-/throat-3.0.0.tgz"
- },
- "gitHead": "d77de8defd2d8049c06ccf314587890f9e620ac3",
- "homepage": "https://github.com/ForbesLindesay/throat#readme",
- "keywords": [
- "promise",
- "aplus",
- "then",
- "throttle",
- "concurrency",
- "parallelism",
- "limit"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "forbeslindesay",
- "email": "forbes@lindesay.co.uk"
- }
- ],
- "name": "throat",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ForbesLindesay/throat.git"
- },
- "scripts": {
- "coverage": "istanbul cover test/index.js",
- "coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
- "test": "node test/index.js && node test/browser.js"
- },
- "version": "3.0.0"
- }
|