| Current Path : /proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/devlop/ |
| Current File : //proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/node_modules/devlop/package.json |
{
"_from": "devlop@^1.0.0",
"_id": "devlop@1.1.0",
"_inBundle": false,
"_integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
"_location": "/@google/gemini-cli/devlop",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "devlop@^1.0.0",
"name": "devlop",
"escapedName": "devlop",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/@google/gemini-cli/lowlight"
],
"_resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz",
"_shasum": "4db7c2ca4dc6e0e834c30be70c94bbc976dc7018",
"_spec": "devlop@^1.0.0",
"_where": "/usr/local/lib/node_modules/@google/gemini-cli/node_modules/lowlight",
"author": {
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "https://wooorm.com"
},
"bugs": {
"url": "https://github.com/wooorm/devlop/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Titus Wormer",
"email": "tituswormer@gmail.com",
"url": "https://wooorm.com"
}
],
"dependencies": {
"dequal": "^2.0.0"
},
"deprecated": false,
"description": "Do things in development and nothing otherwise",
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@types/node": "^20.0.0",
"c8": "^8.0.0",
"esbuild": "^0.18.0",
"prettier": "^2.0.0",
"remark-cli": "^11.0.0",
"remark-preset-wooorm": "^9.0.0",
"type-coverage": "^2.0.0",
"typescript": "^5.0.0",
"xo": "^0.54.0"
},
"exports": {
"types": "./lib/development.d.ts",
"development": "./lib/development.js",
"default": "./lib/default.js"
},
"files": [
"lib/"
],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/wooorm"
},
"homepage": "https://github.com/wooorm/devlop#readme",
"keywords": [
"assert",
"deprecate",
"develop",
"development"
],
"license": "MIT",
"name": "devlop",
"prettier": {
"bracketSpacing": false,
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"useTabs": false
},
"remarkConfig": {
"plugins": [
"remark-preset-wooorm"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/wooorm/devlop.git"
},
"scripts": {
"build": "tsc --build --clean && tsc --build && type-coverage",
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
"prepack": "npm run build && npm run format",
"test": "npm run build && npm run format && npm run test-coverage",
"test-api": "npm run test-api-development && npm run test-api-default",
"test-api-default": "node test-default.js",
"test-api-development": "node --conditions development test-development.js",
"test-coverage": "c8 --100 --reporter lcov npm run test-api"
},
"sideEffects": false,
"type": "module",
"typeCoverage": {
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"strict": true
},
"version": "1.1.0",
"xo": {
"prettier": true
}
}