• File: package.json
  • Full Path: /var/www/nodejs/daily_store_reports_nodejs/node_modules/arrify/package.json
  • Date Modified: 02/04/2023 9:31 PM
  • File size: 549 bytes
  • MIME-type: application/json
  • Charset: utf-8
{
  "name": "arrify",
  "version": "1.0.1",
  "description": "Convert a value to an array",
  "license": "MIT",
  "repository": "sindresorhus/arrify",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "array",
    "arr",
    "arrify",
    "arrayify",
    "convert",
    "value"
  ],
  "devDependencies": {
    "ava": "*",
    "xo": "*"
  }
}