123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- {
- "_args": [
- [
- "p-timeout@^2.0.1",
- "/home/seleznev/project Angular/Quality system/node_modules/got"
- ]
- ],
- "_from": "p-timeout@>=2.0.1 <3.0.0",
- "_id": "p-timeout@2.0.1",
- "_inCache": true,
- "_installable": true,
- "_location": "/p-timeout",
- "_nodeVersion": "8.9.0",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/p-timeout-2.0.1.tgz_1511899601223_0.9610305042006075"
- },
- "_npmUser": {
- "email": "sindresorhus@gmail.com",
- "name": "sindresorhus"
- },
- "_npmVersion": "5.5.1",
- "_phantomChildren": {},
- "_requested": {
- "name": "p-timeout",
- "raw": "p-timeout@^2.0.1",
- "rawSpec": "^2.0.1",
- "scope": null,
- "spec": ">=2.0.1 <3.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/got"
- ],
- "_resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-2.0.1.tgz",
- "_shasum": "d8dd1979595d2dc0139e1fe46b8b646cb3cdf038",
- "_shrinkwrap": null,
- "_spec": "p-timeout@^2.0.1",
- "_where": "/home/seleznev/project Angular/Quality system/node_modules/got",
- "author": {
- "email": "sindresorhus@gmail.com",
- "name": "Sindre Sorhus",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/p-timeout/issues"
- },
- "dependencies": {
- "p-finally": "^1.0.0"
- },
- "description": "Timeout a promise after a specified amount of time",
- "devDependencies": {
- "ava": "*",
- "delay": "^2.0.0",
- "p-cancelable": "^0.3.0",
- "xo": "*"
- },
- "directories": {},
- "dist": {
- "integrity": "sha512-88em58dDVB/KzPEx1X0N3LwFfYZPyDc4B6eF38M1rk9VTZMbxXXgjugz8mmwpS9Ox4BDZ+t6t3QP5+/gazweIA==",
- "shasum": "d8dd1979595d2dc0139e1fe46b8b646cb3cdf038",
- "tarball": "https://registry.npmjs.org/p-timeout/-/p-timeout-2.0.1.tgz"
- },
- "engines": {
- "node": ">=4"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "db65c4b51196c505ac005ce5b665d41a246ed253",
- "homepage": "https://github.com/sindresorhus/p-timeout#readme",
- "keywords": [
- "async",
- "await",
- "bluebird",
- "cancel",
- "error",
- "invalidate",
- "out",
- "promise",
- "promises",
- "time",
- "timeout"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "p-timeout",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/p-timeout.git"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "version": "2.0.1"
- }
|