Changeset 79a0317 for imaps-frontend/node_modules/word-wrap
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/word-wrap/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "word-wrap", 3 "description": "Wrap words to a specified length.", 4 "version": "1.2.5", 5 "homepage": "https://github.com/jonschlinkert/word-wrap", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "Danilo Sampaio <danilo.sampaio@gmail.com> (localhost:8080)", 9 "Fede Ramirez <i@2fd.me> (https://2fd.github.io)", 10 "Joe Hildebrand <joe-github@cursive.net> (https://twitter.com/hildjj)", 11 "Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)", 12 "Todd Kennedy (https://tck.io)", 13 "Waldemar Reusch (https://github.com/lordvlad)", 14 "Wolfgang Faust (http://www.linestarve.com)", 15 "Zach Hale <zachhale@gmail.com> (http://zachhale.com)" 2 "_from": "word-wrap@^1.2.5", 3 "_id": "word-wrap@1.2.5", 4 "_inBundle": false, 5 "_integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", 6 "_location": "/word-wrap", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "word-wrap@^1.2.5", 12 "name": "word-wrap", 13 "escapedName": "word-wrap", 14 "rawSpec": "^1.2.5", 15 "saveSpec": null, 16 "fetchSpec": "^1.2.5" 17 }, 18 "_requiredBy": [ 19 "/optionator" 16 20 ], 17 "repository": "jonschlinkert/word-wrap", 21 "_resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", 22 "_shasum": "d2c45c6dd4fbce621a66f136cbe328afd0410b34", 23 "_spec": "word-wrap@^1.2.5", 24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/optionator", 25 "author": { 26 "name": "Jon Schlinkert", 27 "url": "https://github.com/jonschlinkert" 28 }, 18 29 "bugs": { 19 30 "url": "https://github.com/jonschlinkert/word-wrap/issues" 20 31 }, 21 "license": "MIT", 32 "bundleDependencies": false, 33 "contributors": [ 34 { 35 "name": "Danilo Sampaio", 36 "email": "danilo.sampaio@gmail.com", 37 "url": "localhost:8080" 38 }, 39 { 40 "name": "Fede Ramirez", 41 "email": "i@2fd.me", 42 "url": "https://2fd.github.io" 43 }, 44 { 45 "name": "Joe Hildebrand", 46 "email": "joe-github@cursive.net", 47 "url": "https://twitter.com/hildjj" 48 }, 49 { 50 "name": "Jon Schlinkert", 51 "email": "jon.schlinkert@sellside.com", 52 "url": "http://twitter.com/jonschlinkert" 53 }, 54 { 55 "name": "Todd Kennedy", 56 "url": "https://tck.io" 57 }, 58 { 59 "name": "Waldemar Reusch", 60 "url": "https://github.com/lordvlad" 61 }, 62 { 63 "name": "Wolfgang Faust", 64 "url": "http://www.linestarve.com" 65 }, 66 { 67 "name": "Zach Hale", 68 "email": "zachhale@gmail.com", 69 "url": "http://zachhale.com" 70 } 71 ], 72 "deprecated": false, 73 "description": "Wrap words to a specified length.", 74 "devDependencies": { 75 "gulp-format-md": "^0.1.11", 76 "mocha": "^3.2.0" 77 }, 78 "engines": { 79 "node": ">=0.10.0" 80 }, 22 81 "files": [ 23 82 "index.js", 24 83 "index.d.ts" 25 84 ], 26 "main": "index.js", 27 "engines": { 28 "node": ">=0.10.0" 29 }, 30 "scripts": { 31 "test": "mocha" 32 }, 33 "devDependencies": { 34 "gulp-format-md": "^0.1.11", 35 "mocha": "^3.2.0" 36 }, 85 "homepage": "https://github.com/jonschlinkert/word-wrap", 37 86 "keywords": [ 38 87 "break", … … 49 98 "wrap" 50 99 ], 100 "license": "MIT", 101 "main": "index.js", 102 "name": "word-wrap", 103 "repository": { 104 "type": "git", 105 "url": "git+https://github.com/jonschlinkert/word-wrap.git" 106 }, 107 "scripts": { 108 "test": "mocha" 109 }, 51 110 "typings": "index.d.ts", 52 111 "verb": { … … 74 133 "verb-generate-readme" 75 134 ] 76 } 135 }, 136 "version": "1.2.5" 77 137 }
Note:
See TracChangeset
for help on using the changeset viewer.