cloudworker-proxy
Version:
An api gateway for cloudflare workers
100 lines (99 loc) • 2.68 kB
JSON
{
"_args": [
[
"@octetstream/promisify@2.0.2",
"/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless"
]
],
"_development": true,
"_from": "@octetstream/promisify@2.0.2",
"_id": "@octetstream/promisify@2.0.2",
"_inBundle": false,
"_integrity": "sha512-7XHoRB61hxsz8lBQrjC1tq/3OEIgpvGWg6DKAdwi7WRzruwkmsdwmOoUXbU4Dtd4RSOMDwed0SkP3y8UlMt1Bg==",
"_location": "/@octetstream/promisify",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@octetstream/promisify@2.0.2",
"name": "@octetstream/promisify",
"escapedName": "@octetstream%2fpromisify",
"scope": "@octetstream",
"rawSpec": "2.0.2",
"saveSpec": null,
"fetchSpec": "2.0.2"
},
"_requiredBy": [
"/promise-fs"
],
"_resolved": "https://registry.npmjs.org/@octetstream/promisify/-/promisify-2.0.2.tgz",
"_spec": "2.0.2",
"_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless",
"author": {
"name": "Nick K."
},
"bugs": {
"url": "https://github.com/octet-stream/promisify/issues"
},
"description": "Tiny, dependency free promisify library.",
"devDependencies": {
"@octetstream/eslint-config": "3.0.0",
"ava": "0.25.0",
"codecov": "3.2.0",
"eslint": "5.15.2",
"eslint-plugin-ava": "5.1.1",
"husky": "1.3.1",
"lint-staged": "8.1.5",
"nyc": "13.3.0",
"sinon": "7.2.7",
"size-limit": "0.21.1"
},
"engines": {
"node": "6.x || >=8.x"
},
"homepage": "https://github.com/octet-stream/promisify#readme",
"keywords": [
"promise",
"promisify",
"promisify-all",
"promisify-some",
"promisify-except",
"then",
"thenify",
"thenify-all",
"thenify-some",
"thenify-except",
"callback",
"cb",
"fulfill",
"wrap",
"wrapper",
"async",
"await",
"async-await",
"asyncawait",
"es6",
"es2015",
"dependency-free"
],
"license": "MIT",
"main": "promisify.js",
"name": "@octetstream/promisify",
"repository": {
"type": "git",
"url": "git+https://github.com/octet-stream/promisify.git"
},
"scripts": {
"ci": "npm run report:ci && npm run codecov",
"codecov": "codecov",
"coverage": "nyc npm run test",
"limit": "size-limit",
"lint": "eslint test.js helper.js",
"report": "npm run coverage && node_modules/.bin/nyc report --reporter=html npm run test",
"report:ci": "npm run coverage && node_modules/.bin/nyc report --reporter=lcov npm run test",
"staged": "lint-staged",
"test": "ava test.js"
},
"types": "promisify.d.ts",
"version": "2.0.2"
}