forked from codesandbox/codesandbox-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (47 loc) · 1000 Bytes
/
package.json
File metadata and controls
48 lines (47 loc) · 1000 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "untildify",
"version": "3.0.3",
"description": "Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev",
"license": "MIT",
"repository": "sindresorhus/untildify",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"contributors": [
"silverwind <me@silverwind.io> (https://silverwind.io)"
],
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"tilde",
"expansion",
"expand",
"untildify",
"path",
"home",
"dir",
"directory",
"user",
"shell",
"bash"
],
"devDependencies": {
"ava": "*",
"xo": "*"
},
"xo": {
"esnext": true
}
,"_resolved": "https://registry.npmjs.org/untildify/-/untildify-3.0.3.tgz"
,"_integrity": "sha512-iSk/J8efr8uPT/Z4eSUywnqyrQU7DSdMfdqK4iWEaUVVmcP5JcnpRqmVMwcwcnmI1ATFNgC5V90u09tBynNFKA=="
,"_from": "untildify@3.0.3"
}