HEX
Server: Apache/2.4.34 (Red Hat) OpenSSL/1.0.2k-fips
System: Linux WORDPRESS 3.10.0-1160.118.1.el7.x86_64 #1 SMP Thu Apr 4 03:33:23 EDT 2024 x86_64
User: digital (1020)
PHP: 7.2.24
Disabled: NONE
Upload Files
File: /datos/www/www.colombia.co/public_html/node_modules/async-each-series/package.json
{
  "name": "async-each-series",
  "version": "0.1.1",
  "description": "Apply an async function to each Array element in series.",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "repository": {
    "url": "[email protected]:jb55/async-each-series.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "keywords": [
    "async",
    "asyncEachSeries",
    "eachSeries",
    "each",
    "asyncEach"
  ],
  "testling": {
    "harness": "mocha-bdd",
    "files": "test.js",
    "browsers": [
      "ie/8..latest",
      "chrome/28..latest",
      "firefox/latest",
      "safari/latest",
      "opera/latest",
      "iphone/6",
      "ipad/6",
      "android-browser/latest"
    ]
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "author": "jb55",
  "license": "MIT",
  "devDependencies": {
    "expect.js": "^0.3.1",
    "mocha": "^2.0.1"
  }
}