12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "_args": [
- [
- "hoek@6.1.3",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "hoek@6.1.3",
- "_id": "hoek@6.1.3",
- "_inBundle": false,
- "_integrity": "sha1-c7fTOVLgH+J6OLBFcpS3ndjaJCw=",
- "_location": "/hoek",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "hoek@6.1.3",
- "name": "hoek",
- "escapedName": "hoek",
- "rawSpec": "6.1.3",
- "saveSpec": null,
- "fetchSpec": "6.1.3"
- },
- "_requiredBy": [
- "/joi",
- "/topo"
- ],
- "_resolved": "https://registry.npm.taobao.org/hoek/download/hoek-6.1.3.tgz",
- "_spec": "6.1.3",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "bugs": {
- "url": "https://github.com/hapijs/hoek/issues"
- },
- "dependencies": {},
- "description": "General purpose node utilities",
- "devDependencies": {
- "code": "5.x.x",
- "lab": "18.x.x"
- },
- "homepage": "https://github.com/hapijs/hoek#readme",
- "keywords": [
- "utilities"
- ],
- "license": "BSD-3-Clause",
- "main": "lib/index.js",
- "name": "hoek",
- "repository": {
- "type": "git",
- "url": "git://github.com/hapijs/hoek.git"
- },
- "scripts": {
- "test": "lab -a code -t 100 -L",
- "test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html"
- },
- "version": "6.1.3"
- }
|