1
|
{
|
2
|
"name": "infer-owner",
|
3
|
"version": "1.0.4",
|
4
|
"description": "Infer the owner of a path based on the owner of its nearest existing parent",
|
5
|
"author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
|
6
|
"license": "ISC",
|
7
|
"scripts": {
|
8
|
"test": "tap -J test/*.js --100",
|
9
|
"snap": "TAP_SNAPSHOT=1 tap -J test/*.js --100",
|
10
|
"preversion": "npm test",
|
11
|
"postversion": "npm publish",
|
12
|
"postpublish": "git push origin --follow-tags"
|
13
|
},
|
14
|
"devDependencies": {
|
15
|
"mutate-fs": "^2.1.1",
|
16
|
"tap": "^12.4.2"
|
17
|
},
|
18
|
"main": "index.js",
|
19
|
"repository": "https://github.com/npm/infer-owner",
|
20
|
"publishConfig": {
|
21
|
"access": "public"
|
22
|
},
|
23
|
"files": [
|
24
|
"index.js"
|
25
|
]
|
26
|
}
|