{
  "_args": [
    [
      {
        "raw": "repeat-element@^1.1.2",
        "scope": null,
        "escapedName": "repeat-element",
        "name": "repeat-element",
        "rawSpec": "^1.1.2",
        "spec": ">=1.1.2 <2.0.0",
        "type": "range"
      },
      "/home/lively4/lively4/lively4-synctool/node_modules/braces"
    ]
  ],
  "_from": "repeat-element@>=1.1.2 <2.0.0",
  "_hasShrinkwrap": false,
  "_id": "repeat-element@1.1.4",
  "_inCache": true,
  "_installable": true,
  "_location": "/repeat-element",
  "_nodeVersion": "15.11.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/repeat-element_1.1.4_1617837181056_0.32521719147812256"
  },
  "_npmUser": {
    "name": "jonschlinkert",
    "email": "github@sellside.com"
  },
  "_npmVersion": "7.6.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "repeat-element@^1.1.2",
    "scope": null,
    "escapedName": "repeat-element",
    "name": "repeat-element",
    "rawSpec": "^1.1.2",
    "spec": ">=1.1.2 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/braces",
    "/fill-range",
    "/readdirp/braces"
  ],
  "_resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz",
  "_shasum": "be681520847ab58c7568ac75fbfad28ed42d39e9",
  "_shrinkwrap": null,
  "_spec": "repeat-element@^1.1.2",
  "_where": "/home/lively4/lively4/lively4-synctool/node_modules/braces",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/repeat-element/issues"
  },
  "dependencies": {},
  "description": "Create an array by repeating the given value n times.",
  "devDependencies": {
    "benchmarked": "^2.0.0",
    "chalk": "^2.4.1",
    "glob": "^7.1.2",
    "gulp-format-md": "^1.0.0",
    "minimist": "^1.2.0",
    "mocha": "^3.5.3"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==",
    "shasum": "be681520847ab58c7568ac75fbfad28ed42d39e9",
    "tarball": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz",
    "fileCount": 4,
    "unpackedSize": 5391,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbjx9CRA9TVsSAnZWagAAdWUP/0hxLJkCezCSHbORJh1x\nXFhUrg/Yd4ybc/uQHI4POlR1km5WNmpORm7TLWZaVRUBj+r5m9BL+Hhe0x2J\ndEp5uTRcK/SYQ2Pv+AI79plVXp67WMatCPO+yjiqXvUQr5zR+8Q+50veUbKx\n3ozG9eq/b/MnS5JjUUs4ndwicANuhtcRWkP7dIWc+AV2QwJ51ysGMSQykzYi\nX4x9GVY6eECm/R6vw9UpIMZ7AQb21mthIg4akQ59vRPRwaZjz4py/S4kpqmS\nGFl6I8YRhalU5ekfRKBKIJLdfEw3Xb/ikHIXOFNiE+mls+QvsVQCLq5bSQFe\nJ7+t3onNUpu3r0jbwXvwxTzc0oN2O+X34ZRG31w5Hg8FJFpjD2TLh2Kcxhpr\ncQp+Xp/VPKm0DStnMH0qnNevAZRiEo+PHXkt7Z4ZCh3Wo9pheuGMzIEp4fRw\nmUM4JCA8wbmI0RStMzjFFIfSdRbBCgKByQ8695as+oXQhkBrgRgEhuAtJNUx\n4fs1g4u7XoTlKszrSXXkSfFBJDQpkMDgG6Y0lKLV462H8/i+j61uJjvxhzMG\ndsCpPwXj9NXffinkdriUpmtW6wosN1W58gke+WmQ+AxHCIa9lRztLQvQBqTf\nKiF+NKLJeuDaCRrN/RlhRR+RI3wHnSbxmQt9gms7auyJgMoBLIioDBGp0bHY\ndY0C\r\n=zzS9\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "gitHead": "874e2b3843fb0ae342cb41f40e387f4908ee048d",
  "homepage": "https://github.com/jonschlinkert/repeat-element",
  "keywords": [
    "array",
    "element",
    "repeat",
    "string"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "jonschlinkert",
      "email": "github@sellside.com"
    }
  ],
  "name": "repeat-element",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonschlinkert/repeat-element.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "verb": {
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "lint": {
      "reflinks": true
    }
  },
  "version": "1.1.4"
}
