{
  "_args": [
    [
      {
        "name": "word-wrap",
        "raw": "word-wrap@~1.2.3",
        "rawSpec": "~1.2.3",
        "scope": null,
        "spec": ">=1.2.3 <1.3.0",
        "type": "range"
      },
      "/root/open-file/books/node_modules/optionator"
    ]
  ],
  "_from": "word-wrap@>=1.2.3 <1.3.0",
  "_hasShrinkwrap": false,
  "_id": "word-wrap@1.2.5",
  "_inCache": true,
  "_installable": true,
  "_location": "/word-wrap",
  "_nodeVersion": "18.16.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/word-wrap_1.2.5_1690036658638_0.8987296869418162"
  },
  "_npmUser": {
    "email": "github@sellside.com",
    "name": "jonschlinkert"
  },
  "_npmVersion": "9.5.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "word-wrap",
    "raw": "word-wrap@~1.2.3",
    "rawSpec": "~1.2.3",
    "scope": null,
    "spec": ">=1.2.3 <1.3.0",
    "type": "range"
  },
  "_requiredBy": [
    "/optionator"
  ],
  "_resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
  "_shasum": "d2c45c6dd4fbce621a66f136cbe328afd0410b34",
  "_shrinkwrap": null,
  "_spec": "word-wrap@~1.2.3",
  "_where": "/root/open-file/books/node_modules/optionator",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/word-wrap/issues"
  },
  "contributors": [
    {
      "email": "danilo.sampaio@gmail.com",
      "name": "Danilo Sampaio",
      "url": "localhost:8080"
    },
    {
      "email": "i@2fd.me",
      "name": "Fede Ramirez",
      "url": "https://2fd.github.io"
    },
    {
      "email": "joe-github@cursive.net",
      "name": "Joe Hildebrand",
      "url": "https://twitter.com/hildjj"
    },
    {
      "email": "jon.schlinkert@sellside.com",
      "name": "Jon Schlinkert",
      "url": "http://twitter.com/jonschlinkert"
    },
    {
      "name": "Todd Kennedy",
      "url": "https://tck.io"
    },
    {
      "name": "Waldemar Reusch",
      "url": "https://github.com/lordvlad"
    },
    {
      "name": "Wolfgang Faust",
      "url": "http://www.linestarve.com"
    },
    {
      "email": "zachhale@gmail.com",
      "name": "Zach Hale",
      "url": "http://zachhale.com"
    }
  ],
  "dependencies": {},
  "description": "Wrap words to a specified length.",
  "devDependencies": {
    "gulp-format-md": "^0.1.11",
    "mocha": "^3.2.0"
  },
  "directories": {},
  "dist": {
    "fileCount": 5,
    "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
    "shasum": "d2c45c6dd4fbce621a66f136cbe328afd0410b34",
    "signatures": [
      {
        "keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
        "sig": "MEUCIQDHGyCX26h8kvIdRX65I9XKJwiBANVGy/41Pnij0VDnnwIgL6K9zXEXWoClMoFWFTRXfFxgpWPtnhMCi0S3OBrkFKA="
      }
    ],
    "tarball": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
    "unpackedSize": 11845
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "gitHead": "207044ebda1dd3809d15b6000a48409266536771",
  "homepage": "https://github.com/jonschlinkert/word-wrap",
  "keywords": [
    "break",
    "carriage",
    "line",
    "new-line",
    "newline",
    "return",
    "soft",
    "text",
    "word",
    "word-wrap",
    "words",
    "wrap"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "email": "github@sellside.com",
      "name": "jonschlinkert"
    },
    {
      "email": "brian.woodward@gmail.com",
      "name": "doowb"
    }
  ],
  "name": "word-wrap",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonschlinkert/word-wrap.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "typings": "index.d.ts",
  "verb": {
    "layout": "default",
    "lint": {
      "reflinks": true
    },
    "plugins": [
      "gulp-format-md"
    ],
    "reflinks": [
      "verb",
      "verb-generate-readme"
    ],
    "related": {
      "list": [
        "common-words",
        "shuffle-words",
        "unique-words",
        "wordcount"
      ]
    },
    "tasks": [
      "readme"
    ],
    "toc": false
  },
  "version": "1.2.5"
}
