source: imaps-frontend/node_modules/word-wrap/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 2.9 KB
RevLine 
[d565449]1{
[79a0317]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"
[d565449]20 ],
[79a0317]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 },
[d565449]29 "bugs": {
30 "url": "https://github.com/jonschlinkert/word-wrap/issues"
31 },
[79a0317]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 }
[d565449]71 ],
[79a0317]72 "deprecated": false,
73 "description": "Wrap words to a specified length.",
[d565449]74 "devDependencies": {
75 "gulp-format-md": "^0.1.11",
76 "mocha": "^3.2.0"
77 },
[79a0317]78 "engines": {
79 "node": ">=0.10.0"
80 },
81 "files": [
82 "index.js",
83 "index.d.ts"
84 ],
85 "homepage": "https://github.com/jonschlinkert/word-wrap",
[d565449]86 "keywords": [
87 "break",
88 "carriage",
89 "line",
90 "new-line",
91 "newline",
92 "return",
93 "soft",
94 "text",
95 "word",
96 "word-wrap",
97 "words",
98 "wrap"
99 ],
[79a0317]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 },
[d565449]110 "typings": "index.d.ts",
111 "verb": {
112 "toc": false,
113 "layout": "default",
114 "tasks": [
115 "readme"
116 ],
117 "plugins": [
118 "gulp-format-md"
119 ],
120 "lint": {
121 "reflinks": true
122 },
123 "related": {
124 "list": [
125 "common-words",
126 "shuffle-words",
127 "unique-words",
128 "wordcount"
129 ]
130 },
131 "reflinks": [
132 "verb",
133 "verb-generate-readme"
134 ]
[79a0317]135 },
136 "version": "1.2.5"
[d565449]137}
Note: See TracBrowser for help on using the repository browser.