123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- {
- "_args": [
- [
- "p-finally@^1.0.0",
- "/home/lyxaira/Artesanias/artesanias/node_modules/with-open-file"
- ]
- ],
- "_from": "p-finally@>=1.0.0 <2.0.0",
- "_id": "p-finally@1.0.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/p-finally",
- "_nodeVersion": "4.6.0",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/p-finally-1.0.0.tgz_1477029729610_0.2481102051679045"
- },
- "_npmUser": {
- "email": "sindresorhus@gmail.com",
- "name": "sindresorhus"
- },
- "_npmVersion": "2.15.9",
- "_phantomChildren": {},
- "_requested": {
- "name": "p-finally",
- "raw": "p-finally@^1.0.0",
- "rawSpec": "^1.0.0",
- "scope": null,
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/windows-release/execa",
- "/with-open-file"
- ],
- "_resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
- "_shasum": "3fbcfb15b899a44123b34b6dcc18b724336a2cae",
- "_shrinkwrap": null,
- "_spec": "p-finally@^1.0.0",
- "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/with-open-file",
- "author": {
- "email": "sindresorhus@gmail.com",
- "name": "Sindre Sorhus",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/p-finally/issues"
- },
- "dependencies": {},
- "description": "`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome",
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "3fbcfb15b899a44123b34b6dcc18b724336a2cae",
- "tarball": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz"
- },
- "engines": {
- "node": ">=4"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "9cfdd5dccb41995300916c17ab0fab784800f4d3",
- "homepage": "https://github.com/sindresorhus/p-finally#readme",
- "keywords": [
- "async",
- "await",
- "bluebird",
- "finally",
- "function",
- "handler",
- "polyfill",
- "ponyfill",
- "promise",
- "promises",
- "settled",
- "shim"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "p-finally",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/p-finally.git"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "version": "1.0.0",
- "xo": {
- "esnext": true
- }
- }
|