HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/blog.affstore/node_modules/table-layout/node_modules/array-back/package.json
{
  "name": "array-back",
  "author": "Lloyd Brookes <75pound@gmail.com>",
  "version": "4.0.2",
  "description": "Guarantees an array back",
  "repository": "https://github.com/75lb/array-back.git",
  "license": "MIT",
  "main": "dist/index.js",
  "keywords": [
    "to",
    "convert",
    "return",
    "array",
    "arrayify"
  ],
  "engines": {
    "node": ">=8"
  },
  "files": [
    "index.mjs",
    "dist/index.js"
  ],
  "scripts": {
    "test": "npm run dist && npm run test:esm && npm run test:web",
    "test:esm": "esm-runner test.mjs",
    "test:web": "web-runner test.mjs",
    "docs": "jsdoc2md -t README.hbs index.mjs -c jsdoc.conf > README.md",
    "dist": "rollup -f umd -n arrayBack -o dist/index.js index.mjs",
    "cover": "c8 npm run test:esm && c8 report --reporter=text-lcov | coveralls"
  },
  "dependencies": {},
  "devDependencies": {
    "@test-runner/web": "^0.2.1",
    "c8": "^6.0.1",
    "coveralls": "^3.0.7",
    "esm-runner": "^0.2.0",
    "isomorphic-assert": "^0.1.1",
    "jsdoc-to-markdown": "^5.0.2",
    "rollup": "^1.26.5"
  },
  "standard": {
    "ignore": [
      "dist"
    ]
  }
}