UNPKG

1.29 kBJSONView Raw
1{
2 "_args": [
3 [
4 "hoek@2.16.3",
5 "/Users/eshanker/Code/fsevents"
6 ]
7 ],
8 "_from": "hoek@2.16.3",
9 "_id": "hoek@2.16.3",
10 "_inBundle": false,
11 "_integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=",
12 "_location": "/hoek",
13 "_phantomChildren": {},
14 "_requested": {
15 "type": "version",
16 "registry": true,
17 "raw": "hoek@2.16.3",
18 "name": "hoek",
19 "escapedName": "hoek",
20 "rawSpec": "2.16.3",
21 "saveSpec": null,
22 "fetchSpec": "2.16.3"
23 },
24 "_requiredBy": [],
25 "_resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz",
26 "_spec": "2.16.3",
27 "_where": "/Users/eshanker/Code/fsevents",
28 "bugs": {
29 "url": "https://github.com/hapijs/hoek/issues"
30 },
31 "dependencies": {},
32 "description": "General purpose node utilities",
33 "devDependencies": {
34 "code": "1.x.x",
35 "lab": "5.x.x"
36 },
37 "engines": {
38 "node": ">=0.10.40"
39 },
40 "homepage": "https://github.com/hapijs/hoek#readme",
41 "keywords": [
42 "utilities"
43 ],
44 "license": "BSD-3-Clause",
45 "main": "lib/index.js",
46 "name": "hoek",
47 "repository": {
48 "type": "git",
49 "url": "git://github.com/hapijs/hoek.git"
50 },
51 "scripts": {
52 "test": "lab -a code -t 100 -L",
53 "test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html"
54 },
55 "version": "2.16.3"
56}