Initial commit
[yaffs-website] / node_modules / tildify / package.json
1 {
2   "_args": [
3     [
4       "tildify@^1.0.0",
5       "/var/www/yaffs/node_modules/gulp"
6     ]
7   ],
8   "_from": "tildify@>=1.0.0 <2.0.0",
9   "_id": "tildify@1.2.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/tildify",
13   "_nodeVersion": "4.4.2",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/tildify-1.2.0.tgz_1460447164123_0.6345257461071014"
17   },
18   "_npmUser": {
19     "email": "sindresorhus@gmail.com",
20     "name": "sindresorhus"
21   },
22   "_npmVersion": "2.15.0",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "tildify",
26     "raw": "tildify@^1.0.0",
27     "rawSpec": "^1.0.0",
28     "scope": null,
29     "spec": ">=1.0.0 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/gulp"
34   ],
35   "_resolved": "https://registry.npmjs.org/tildify/-/tildify-1.2.0.tgz",
36   "_shasum": "dcec03f55dca9b7aa3e5b04f21817eb56e63588a",
37   "_shrinkwrap": null,
38   "_spec": "tildify@^1.0.0",
39   "_where": "/var/www/yaffs/node_modules/gulp",
40   "author": {
41     "email": "sindresorhus@gmail.com",
42     "name": "Sindre Sorhus",
43     "url": "sindresorhus.com"
44   },
45   "bugs": {
46     "url": "https://github.com/sindresorhus/tildify/issues"
47   },
48   "dependencies": {
49     "os-homedir": "^1.0.0"
50   },
51   "description": "Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`",
52   "devDependencies": {
53     "ava": "*",
54     "xo": "*"
55   },
56   "directories": {},
57   "dist": {
58     "shasum": "dcec03f55dca9b7aa3e5b04f21817eb56e63588a",
59     "tarball": "https://registry.npmjs.org/tildify/-/tildify-1.2.0.tgz"
60   },
61   "engines": {
62     "node": ">=0.10.0"
63   },
64   "files": [
65     "index.js"
66   ],
67   "gitHead": "c323a7ebf1098dfbf3e333a93c3f0c51c6ca48e0",
68   "homepage": "https://github.com/sindresorhus/tildify#readme",
69   "keywords": [
70     "collapse",
71     "dir",
72     "directory",
73     "expand",
74     "home",
75     "homedir",
76     "path",
77     "tilde",
78     "tildify",
79     "unexpand",
80     "user"
81   ],
82   "license": "MIT",
83   "maintainers": [
84     {
85       "name": "sindresorhus",
86       "email": "sindresorhus@gmail.com"
87     }
88   ],
89   "name": "tildify",
90   "optionalDependencies": {},
91   "readme": "ERROR: No README data found!",
92   "repository": {
93     "type": "git",
94     "url": "git+https://github.com/sindresorhus/tildify.git"
95   },
96   "scripts": {
97     "test": "xo && ava"
98   },
99   "version": "1.2.0"
100 }