12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "_from": "conf@^1.4.0",
- "_id": "conf@1.4.0",
- "_inBundle": false,
- "_integrity": "sha512-bzlVWS2THbMetHqXKB8ypsXN4DQ/1qopGwNJi1eYbpwesJcd86FBjFciCQX/YwAhp9bM7NVnPFqZ5LpV7gP0Dg==",
- "_location": "/conf",
- "_phantomChildren": {
- "graceful-fs": "4.2.2",
- "imurmurhash": "0.1.4",
- "is-obj": "1.0.1",
- "signal-exit": "3.0.3"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "conf@^1.4.0",
- "name": "conf",
- "escapedName": "conf",
- "rawSpec": "^1.4.0",
- "saveSpec": null,
- "fetchSpec": "^1.4.0"
- },
- "_requiredBy": [
- "/insight"
- ],
- "_resolved": "https://registry.npmjs.org/conf/-/conf-1.4.0.tgz",
- "_shasum": "1ea66c9d7a9b601674a5bb9d2b8dc3c726625e67",
- "_spec": "conf@^1.4.0",
- "_where": "/home/christian/Documents/newarte/artesanias/node_modules/insight",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/conf/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "dot-prop": "^4.1.0",
- "env-paths": "^1.0.0",
- "make-dir": "^1.0.0",
- "pkg-up": "^2.0.0",
- "write-file-atomic": "^2.3.0"
- },
- "deprecated": false,
- "description": "Simple config handling for your app or module",
- "devDependencies": {
- "ava": "*",
- "clear-module": "^2.1.0",
- "del": "^3.0.0",
- "tempy": "^0.2.1",
- "xo": "*"
- },
- "engines": {
- "node": ">=4"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/sindresorhus/conf#readme",
- "keywords": [
- "config",
- "store",
- "app",
- "storage",
- "conf",
- "configuration",
- "settings",
- "preferences",
- "json",
- "data",
- "persist",
- "persistent",
- "save",
- "load",
- "read",
- "write",
- "cache"
- ],
- "license": "MIT",
- "name": "conf",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/conf.git"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "version": "1.4.0"
- }
|