67 lines
1.6 KiB
JSON
67 lines
1.6 KiB
JSON
|
{
|
||
|
"_from": "wordwrapjs@^3.0.0",
|
||
|
"_id": "wordwrapjs@3.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-mO8XtqyPvykVCsrwj5MlOVWvSnCdT+C+QVbm6blradR7JExAhbkZ7hZ9A+9NUtwzSqrlUo9a67ws0EiILrvRpw==",
|
||
|
"_location": "/wordwrapjs",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "wordwrapjs@^3.0.0",
|
||
|
"name": "wordwrapjs",
|
||
|
"escapedName": "wordwrapjs",
|
||
|
"rawSpec": "^3.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^3.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/table-layout"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/wordwrapjs/-/wordwrapjs-3.0.0.tgz",
|
||
|
"_shasum": "c94c372894cadc6feb1a66bff64e1d9af92c5d1e",
|
||
|
"_spec": "wordwrapjs@^3.0.0",
|
||
|
"_where": "/home/juan/bigint-crypto-utils/node_modules/table-layout",
|
||
|
"author": {
|
||
|
"name": "Lloyd Brookes",
|
||
|
"email": "75pound@gmail.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/75lb/wordwrapjs/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"reduce-flatten": "^1.0.1",
|
||
|
"typical": "^2.6.1"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Word-wrapping for javascript.",
|
||
|
"devDependencies": {
|
||
|
"jsdoc-to-markdown": "^3.0.0",
|
||
|
"test-runner": "~0.4.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=4.0.0"
|
||
|
},
|
||
|
"homepage": "https://github.com/75lb/wordwrapjs#readme",
|
||
|
"keywords": [
|
||
|
"word",
|
||
|
"line",
|
||
|
"wrap",
|
||
|
"text",
|
||
|
"columns",
|
||
|
"wordwrap"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"name": "wordwrapjs",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/75lb/wordwrapjs.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"docs": "jsdoc2md -t jsdoc2md/README.hbs index.js > README.md; echo",
|
||
|
"test": "node test.js"
|
||
|
},
|
||
|
"version": "3.0.0"
|
||
|
}
|