package.json
3.06 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"_args": [
[
{
"raw": "fined@^1.0.1",
"scope": null,
"escapedName": "fined",
"name": "fined",
"rawSpec": "^1.0.1",
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/liftoff"
]
],
"_from": "fined@>=1.0.1 <2.0.0",
"_id": "fined@1.0.2",
"_inCache": true,
"_location": "/fined",
"_nodeVersion": "0.10.41",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/fined-1.0.2.tgz_1475705448430_0.6886874639894813"
},
"_npmUser": {
"name": "phated",
"email": "blaine.bublitz@gmail.com"
},
"_npmVersion": "2.15.2",
"_phantomChildren": {},
"_requested": {
"raw": "fined@^1.0.1",
"scope": null,
"escapedName": "fined",
"name": "fined",
"rawSpec": "^1.0.1",
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/liftoff"
],
"_resolved": "https://registry.npmjs.org/fined/-/fined-1.0.2.tgz",
"_shasum": "5b28424b760d7598960b7ef8480dff8ad3660e97",
"_shrinkwrap": null,
"_spec": "fined@^1.0.1",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/liftoff",
"author": {
"name": "JS CLI Team",
"url": "https://github.com/js-cli"
},
"bugs": {
"url": "https://github.com/js-cli/fined/issues"
},
"contributors": [
{
"name": "Takayuki Sato",
"email": "t110000508260@yahoo.co.jp"
},
{
"name": "Blaine Bublitz",
"email": "blaine.bublitz@gmail.com"
}
],
"dependencies": {
"expand-tilde": "^1.2.1",
"lodash.assignwith": "^4.0.7",
"lodash.isempty": "^4.2.1",
"lodash.isplainobject": "^4.0.4",
"lodash.isstring": "^4.0.1",
"lodash.pick": "^4.2.1",
"parse-filepath": "^1.0.1"
},
"description": "Find a file given a declaration of locations",
"devDependencies": {
"eslint": "^1.7.3",
"eslint-config-gulp": "^2.0.0",
"expect": "^1.19.0",
"istanbul": "^0.4.3",
"istanbul-coveralls": "^1.0.3",
"jscs": "^2.3.5",
"jscs-preset-gulp": "^1.0.0",
"mocha": "^2.4.5"
},
"directories": {},
"dist": {
"shasum": "5b28424b760d7598960b7ef8480dff8ad3660e97",
"tarball": "https://registry.npmjs.org/fined/-/fined-1.0.2.tgz"
},
"engines": {
"node": ">= 0.10"
},
"files": [
"index.js",
"LICENSE"
],
"gitHead": "850b8dde2e520878a7ff62b9a6b4a45c82d19889",
"homepage": "https://github.com/js-cli/fined#readme",
"keywords": [],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "phated",
"email": "blaine.bublitz@gmail.com"
}
],
"name": "fined",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/js-cli/fined.git"
},
"scripts": {
"cover": "istanbul cover _mocha --report lcovonly",
"coveralls": "npm run cover && istanbul-coveralls",
"lint": "eslint . && jscs index.js test/",
"pretest": "npm run lint",
"test": "mocha --async-only"
},
"version": "1.0.2"
}