@inst/vscode-bin-darwin
Version:
BINARY ONLY - VSCode binary deployment for macOS
135 lines (134 loc) • 3.31 kB
JSON
{
"_args": [
[
{
"raw": "jsonc-parser@0.3.1",
"scope": null,
"escapedName": "jsonc-parser",
"name": "jsonc-parser",
"rawSpec": "0.3.1",
"spec": "0.3.1",
"type": "version"
},
"/Users/code/tfs/agent3/_work/2/s/extensions/javascript"
]
],
"_from": "jsonc-parser@0.3.1",
"_id": "jsonc-parser@0.3.1",
"_inCache": true,
"_location": "/jsonc-parser",
"_nodeVersion": "5.12.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/jsonc-parser-0.3.1.tgz_1485425708357_0.4385204501450062"
},
"_npmUser": {
"name": "aeschli",
"email": "martinae@microsoft.com"
},
"_npmVersion": "3.8.6",
"_phantomChildren": {},
"_requested": {
"raw": "jsonc-parser@0.3.1",
"scope": null,
"escapedName": "jsonc-parser",
"name": "jsonc-parser",
"rawSpec": "0.3.1",
"spec": "0.3.1",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-0.3.1.tgz",
"_shasum": "6ebf5c75224368d4b07ef4c26f9434e657472e95",
"_shrinkwrap": null,
"_spec": "jsonc-parser@0.3.1",
"_where": "/Users/code/tfs/agent3/_work/2/s/extensions/javascript",
"author": {
"name": "Microsoft Corporation"
},
"bugs": {
"url": "https://github.com/Microsoft/node-jsonc-parser/issues"
},
"dependencies": {
"vscode-nls": "^2.0.2"
},
"description": "Scanner and parser for JSON with comments.",
"devDependencies": {
"@types/mocha": "^2.2.32",
"@types/node": "^6.0.46",
"mocha": "^2.4.5",
"typescript": "^2.1.5"
},
"directories": {},
"dist": {
"shasum": "6ebf5c75224368d4b07ef4c26f9434e657472e95",
"tarball": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-0.3.1.tgz"
},
"gitHead": "b6f3556f8264722b3a2fcba9a15ecfb2b2640b42",
"homepage": "https://github.com/Microsoft/node-jsonc-parser#readme",
"license": "MIT",
"main": "./lib/main.js",
"maintainers": [
{
"name": "aeschli",
"email": "martinae@microsoft.com"
},
{
"name": "alexandrudima",
"email": "alexdima@microsoft.com"
},
{
"name": "aweinand",
"email": "aweinand@microsoft.com"
},
{
"name": "bpasero",
"email": "benjpas@microsoft.com"
},
{
"name": "chrisdias",
"email": "cdias@microsoft.com"
},
{
"name": "dbaeumer",
"email": "dirk.baeumer@gmail.com"
},
{
"name": "egamma",
"email": "egamma@microsoft.com"
},
{
"name": "isidor",
"email": "inikolic@microsoft.com"
},
{
"name": "joaomoreno.ms",
"email": "joao.moreno@microsoft.com"
},
{
"name": "jrieken",
"email": "jrieken@microsoft.com"
},
{
"name": "microsoft",
"email": "npmjs@microsoft.com"
}
],
"name": "jsonc-parser",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/node-jsonc-parser.git"
},
"scripts": {
"compile": "tsc -p ./src",
"prepublish": "tsc -p ./src",
"test": "tsc -p ./src && mocha",
"watch": "tsc -w -p ./src"
},
"typings": "./lib/main",
"version": "0.3.1"
}