UNPKG

2.87 kBJSONView Raw
1{
2 "_args": [
3 [
4 {
5 "raw": "align-text@^0.1.3",
6 "scope": null,
7 "escapedName": "align-text",
8 "name": "align-text",
9 "rawSpec": "^0.1.3",
10 "spec": ">=0.1.3 <0.2.0",
11 "type": "range"
12 },
13 "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.dDvWHKTl/node_modules/center-align"
14 ]
15 ],
16 "_from": "align-text@>=0.1.3 <0.2.0",
17 "_id": "align-text@0.1.4",
18 "_inCache": true,
19 "_installable": true,
20 "_location": "/align-text",
21 "_nodeVersion": "5.5.0",
22 "_npmOperationalInternal": {
23 "host": "packages-9-west.internal.npmjs.com",
24 "tmp": "tmp/align-text-0.1.4.tgz_1454377856920_0.9624228512402624"
25 },
26 "_npmUser": {
27 "name": "shinnn",
28 "email": "snnskwtnb@gmail.com"
29 },
30 "_npmVersion": "3.6.0",
31 "_phantomChildren": {},
32 "_requested": {
33 "raw": "align-text@^0.1.3",
34 "scope": null,
35 "escapedName": "align-text",
36 "name": "align-text",
37 "rawSpec": "^0.1.3",
38 "spec": ">=0.1.3 <0.2.0",
39 "type": "range"
40 },
41 "_requiredBy": [
42 "/center-align",
43 "/right-align"
44 ],
45 "_resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz",
46 "_shasum": "0cd90a561093f35d0a99256c22b7069433fad117",
47 "_shrinkwrap": null,
48 "_spec": "align-text@^0.1.3",
49 "_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.dDvWHKTl/node_modules/center-align",
50 "author": {
51 "name": "Jon Schlinkert",
52 "url": "https://github.com/jonschlinkert"
53 },
54 "bugs": {
55 "url": "https://github.com/jonschlinkert/align-text/issues"
56 },
57 "dependencies": {
58 "kind-of": "^3.0.2",
59 "longest": "^1.0.1",
60 "repeat-string": "^1.5.2"
61 },
62 "description": "Align the text in a string.",
63 "devDependencies": {
64 "mocha": "*",
65 "should": "*",
66 "word-wrap": "^1.0.3"
67 },
68 "directories": {},
69 "dist": {
70 "shasum": "0cd90a561093f35d0a99256c22b7069433fad117",
71 "tarball": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz"
72 },
73 "engines": {
74 "node": ">=0.10.0"
75 },
76 "files": [
77 "index.js"
78 ],
79 "gitHead": "7f08e823a54c6bda319d875895813537a66a4c5e",
80 "homepage": "https://github.com/jonschlinkert/align-text",
81 "keywords": [
82 "align",
83 "align-center",
84 "alignment",
85 "center",
86 "center-align",
87 "indent",
88 "pad",
89 "padding",
90 "right",
91 "right-align",
92 "text",
93 "typography"
94 ],
95 "license": "MIT",
96 "main": "index.js",
97 "maintainers": [
98 {
99 "name": "jonschlinkert",
100 "email": "github@sellside.com"
101 },
102 {
103 "name": "shinnn",
104 "email": "snnskwtnb@gmail.com"
105 }
106 ],
107 "name": "align-text",
108 "optionalDependencies": {},
109 "readme": "ERROR: No README data found!",
110 "repository": {
111 "type": "git",
112 "url": "git://github.com/jonschlinkert/align-text.git"
113 },
114 "scripts": {
115 "test": "mocha"
116 },
117 "version": "0.1.4"
118}