dotfiles/vscode/.vscode/extensions/randomfractalsinc.vscode-data-preview-2.3.0/node_modules/array-back/package.json
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06:00

75 lines
1.8 KiB
JSON

{
"_args": [
[
"array-back@2.0.0",
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
]
],
"_from": "array-back@2.0.0",
"_id": "array-back@2.0.0",
"_inBundle": false,
"_integrity": "sha512-eJv4pLLufP3g5kcZry0j6WXpIbzYw9GUB4mVJZno9wfwiBxbizTnHCw3VJb07cBihbFX48Y7oSrW9y+gt4glyw==",
"_location": "/array-back",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "array-back@2.0.0",
"name": "array-back",
"escapedName": "array-back",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/argv-tools",
"/command-line-args",
"/command-line-usage",
"/find-replace",
"/table-layout",
"/test-value"
],
"_resolved": "https://registry.npmjs.org/array-back/-/array-back-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
"author": {
"name": "Lloyd Brookes",
"email": "75pound@gmail.com"
},
"bugs": {
"url": "https://github.com/75lb/array-back/issues"
},
"dependencies": {
"typical": "^2.6.1"
},
"description": "Guarantees an array back",
"devDependencies": {
"coveralls": "^2.13.1",
"jsdoc-to-markdown": "^3.0.0",
"test-runner": "^0.4.0"
},
"engines": {
"node": ">=4"
},
"homepage": "https://github.com/75lb/array-back#readme",
"keywords": [
"to",
"convert",
"return",
"array",
"arrayify"
],
"license": "MIT",
"name": "array-back",
"repository": {
"type": "git",
"url": "git+https://github.com/75lb/array-back.git"
},
"scripts": {
"cover": "istanbul cover ./node_modules/.bin/test-runner test.js && cat coverage/lcov.info | ./node_modules/.bin/coveralls; echo",
"docs": "jsdoc2md -t README.hbs index.js > README.md; echo",
"test": "test-runner test.js"
},
"version": "2.0.0"
}