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

63 lines
1.6 KiB
JSON

{
"_args": [
[
"test-value@3.0.0",
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
]
],
"_from": "test-value@3.0.0",
"_id": "test-value@3.0.0",
"_inBundle": false,
"_integrity": "sha512-sVACdAWcZkSU9x7AOmJo5TqE+GyNJknHaHsMrR6ZnhjVlVN9Yx6FjHrsKZ3BjIpPCT68zYesPWkakrNupwfOTQ==",
"_location": "/test-value",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "test-value@3.0.0",
"name": "test-value",
"escapedName": "test-value",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/find-replace"
],
"_resolved": "https://registry.npmjs.org/test-value/-/test-value-3.0.0.tgz",
"_spec": "3.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/test-value/issues"
},
"dependencies": {
"array-back": "^2.0.0",
"typical": "^2.6.1"
},
"description": "Test a value in a variety of ways",
"devDependencies": {
"jsdoc-to-markdown": "^3.0.2",
"test-runner": "^0.4.1"
},
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/75lb/test-value#readme",
"keywords": [],
"license": "MIT",
"name": "test-value",
"repository": {
"type": "git",
"url": "git+https://github.com/75lb/test-value.git"
},
"scripts": {
"docs": "jsdoc2md -t README.hbs index.js > README.md; echo",
"test": "test-runner test.js"
},
"version": "3.0.0"
}