dotfiles/vscode/.vscode/extensions/randomfractalsinc.vscode-data-preview-2.3.0/node_modules/wordwrapjs/package.json
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06:00

70 lines
1.6 KiB
JSON

{
"_args": [
[
"wordwrapjs@3.0.0",
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
]
],
"_from": "wordwrapjs@3.0.0",
"_id": "wordwrapjs@3.0.0",
"_inBundle": false,
"_integrity": "sha512-mO8XtqyPvykVCsrwj5MlOVWvSnCdT+C+QVbm6blradR7JExAhbkZ7hZ9A+9NUtwzSqrlUo9a67ws0EiILrvRpw==",
"_location": "/wordwrapjs",
"_phantomChildren": {},
"_requested": {
"type": "version",
"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",
"_spec": "3.0.0",
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
"author": {
"name": "Lloyd Brookes",
"email": "75pound@gmail.com"
},
"bugs": {
"url": "https://github.com/75lb/wordwrapjs/issues"
},
"dependencies": {
"reduce-flatten": "^1.0.1",
"typical": "^2.6.1"
},
"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"
}