123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- {
- "_args": [
- [
- "conf@^1.4.0",
- "/home/lyxaira/Artesanias/artesanias/node_modules/insight"
- ]
- ],
- "_from": "conf@>=1.4.0 <2.0.0",
- "_id": "conf@1.4.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/conf",
- "_nodeVersion": "8.9.0",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/conf-1.4.0.tgz_1515088299723_0.8506107989232987"
- },
- "_npmUser": {
- "email": "sindresorhus@gmail.com",
- "name": "sindresorhus"
- },
- "_npmVersion": "5.5.1",
- "_phantomChildren": {
- "graceful-fs": "4.2.2",
- "imurmurhash": "0.1.4",
- "is-obj": "1.0.1",
- "signal-exit": "3.0.3"
- },
- "_requested": {
- "name": "conf",
- "raw": "conf@^1.4.0",
- "rawSpec": "^1.4.0",
- "scope": null,
- "spec": ">=1.4.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/insight"
- ],
- "_resolved": "https://registry.npmjs.org/conf/-/conf-1.4.0.tgz",
- "_shasum": "1ea66c9d7a9b601674a5bb9d2b8dc3c726625e67",
- "_shrinkwrap": null,
- "_spec": "conf@^1.4.0",
- "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/insight",
- "author": {
- "email": "sindresorhus@gmail.com",
- "name": "Sindre Sorhus",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/conf/issues"
- },
- "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"
- },
- "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": "*"
- },
- "directories": {},
- "dist": {
- "integrity": "sha512-bzlVWS2THbMetHqXKB8ypsXN4DQ/1qopGwNJi1eYbpwesJcd86FBjFciCQX/YwAhp9bM7NVnPFqZ5LpV7gP0Dg==",
- "shasum": "1ea66c9d7a9b601674a5bb9d2b8dc3c726625e67",
- "tarball": "https://registry.npmjs.org/conf/-/conf-1.4.0.tgz"
- },
- "engines": {
- "node": ">=4"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "0e5558aae52e5b0420846520e163bcec7731e07e",
- "homepage": "https://github.com/sindresorhus/conf#readme",
- "keywords": [
- "app",
- "cache",
- "conf",
- "config",
- "configuration",
- "data",
- "json",
- "load",
- "persist",
- "persistent",
- "preferences",
- "read",
- "save",
- "settings",
- "storage",
- "store",
- "write"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "conf",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/conf.git"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "version": "1.4.0"
- }
|