HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/farhangmoaser/web/node_modules/as-array/package.json
{
  "name": "as-array",
  "version": "1.0.0",
  "description": "Takes a single argument and returns an array.  If the argument is undefined, returns an empty array.  If the argument is scalar it returns [arg].  Simplifies code paths that may take one or many instances of their primary argument.",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/weo-edu/as-array"
  },
  "keywords": [
    "as",
    "array",
    "convert",
    "to",
    "array",
    "to",
    "array",
    "utility"
  ],
  "author": "ashaffer",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/weo-edu/as-array/issues"
  },
  "homepage": "https://github.com/weo-edu/as-array",
  "dependencies": {
    "isarray": "0.0.1"
  },
  "devDependencies": {
    "chai": "^2.1.0",
    "mocha": "^2.1.0"
  }
}