You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
1.7 KiB
69 lines
1.7 KiB
{
|
|
"_from": "wordwrapjs@^4.0.0",
|
|
"_id": "wordwrapjs@4.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-kKlNACbvHrkpIw6oPeYDSmdCTu2hdMHoyXLTcUKala++lx5Y+wjJ/e474Jqv5abnVmwxw08DiTuHmw69lJGksA==",
|
|
"_location": "/wordwrapjs",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "wordwrapjs@^4.0.0",
|
|
"name": "wordwrapjs",
|
|
"escapedName": "wordwrapjs",
|
|
"rawSpec": "^4.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/table-layout"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/wordwrapjs/-/wordwrapjs-4.0.1.tgz",
|
|
"_shasum": "d9790bccfb110a0fc7836b5ebce0937b37a8b98f",
|
|
"_spec": "wordwrapjs@^4.0.0",
|
|
"_where": "D:\\code\\template-vue-antd\\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": "^2.0.0",
|
|
"typical": "^5.2.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Word-wrapping for javascript.",
|
|
"devDependencies": {
|
|
"jsdoc-to-markdown": "^7.0.0",
|
|
"test-runner": "~0.6.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"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 README.hbs index.js > README.md; echo",
|
|
"test": "test-runner test.js"
|
|
},
|
|
"version": "4.0.1"
|
|
}
|
|
|