@inst/vscode-bin-darwin
Version:
BINARY ONLY - VSCode binary deployment for macOS
97 lines (96 loc) • 4.25 kB
JSON
{
"_args": [
[
{
"raw": "@emmetio/css-parser@git://github.com/ramya-rao-a/css-parser.git#370c480ac103bd17c7bcfb34bf5d577dc40d3660",
"scope": "@emmetio",
"escapedName": "@emmetio%2fcss-parser",
"name": "@emmetio/css-parser",
"rawSpec": "git://github.com/ramya-rao-a/css-parser.git#370c480ac103bd17c7bcfb34bf5d577dc40d3660",
"spec": "git://github.com/ramya-rao-a/css-parser.git#370c480ac103bd17c7bcfb34bf5d577dc40d3660",
"type": "hosted",
"hosted": {
"type": "github",
"ssh": "git@github.com:ramya-rao-a/css-parser.git#370c480ac103bd17c7bcfb34bf5d577dc40d3660",
"sshUrl": "git+ssh://git@github.com/ramya-rao-a/css-parser.git#370c480ac103bd17c7bcfb34bf5d577dc40d3660",
"httpsUrl": "git+https://github.com/ramya-rao-a/css-parser.git#370c480ac103bd17c7bcfb34bf5d577dc40d3660",
"gitUrl": "git://github.com/ramya-rao-a/css-parser.git#370c480ac103bd17c7bcfb34bf5d577dc40d3660",
"shortcut": "github:ramya-rao-a/css-parser#370c480ac103bd17c7bcfb34bf5d577dc40d3660",
"directUrl": "https://raw.githubusercontent.com/ramya-rao-a/css-parser/370c480ac103bd17c7bcfb34bf5d577dc40d3660/package.json"
}
},
"/Users/code/tfs/agent3/_work/2/s/extensions/emmet"
]
],
"_from": "ramya-rao-a/css-parser#vscode",
"_id": "@emmetio/css-parser@0.4.0",
"_inCache": true,
"_location": "/@emmetio/css-parser",
"_phantomChildren": {},
"_requested": {
"raw": "@emmetio/css-parser@git://github.com/ramya-rao-a/css-parser.git#370c480ac103bd17c7bcfb34bf5d577dc40d3660",
"scope": "@emmetio",
"escapedName": "@emmetio%2fcss-parser",
"name": "@emmetio/css-parser",
"rawSpec": "git://github.com/ramya-rao-a/css-parser.git#370c480ac103bd17c7bcfb34bf5d577dc40d3660",
"spec": "git://github.com/ramya-rao-a/css-parser.git#370c480ac103bd17c7bcfb34bf5d577dc40d3660",
"type": "hosted",
"hosted": {
"type": "github",
"ssh": "git@github.com:ramya-rao-a/css-parser.git#370c480ac103bd17c7bcfb34bf5d577dc40d3660",
"sshUrl": "git+ssh://git@github.com/ramya-rao-a/css-parser.git#370c480ac103bd17c7bcfb34bf5d577dc40d3660",
"httpsUrl": "git+https://github.com/ramya-rao-a/css-parser.git#370c480ac103bd17c7bcfb34bf5d577dc40d3660",
"gitUrl": "git://github.com/ramya-rao-a/css-parser.git#370c480ac103bd17c7bcfb34bf5d577dc40d3660",
"shortcut": "github:ramya-rao-a/css-parser#370c480ac103bd17c7bcfb34bf5d577dc40d3660",
"directUrl": "https://raw.githubusercontent.com/ramya-rao-a/css-parser/370c480ac103bd17c7bcfb34bf5d577dc40d3660/package.json"
}
},
"_requiredBy": [
"/"
],
"_resolved": "git://github.com/ramya-rao-a/css-parser.git#370c480ac103bd17c7bcfb34bf5d577dc40d3660",
"_shasum": "f2ede0e6a318339c0371ed23a488b90b45be88b7",
"_shrinkwrap": null,
"_spec": "@emmetio/css-parser@git://github.com/ramya-rao-a/css-parser.git#370c480ac103bd17c7bcfb34bf5d577dc40d3660",
"_where": "/Users/code/tfs/agent3/_work/2/s/extensions/emmet",
"author": {
"name": "Sergey Chikuyonok",
"email": "serge.che@gmail.com"
},
"bugs": {
"url": "https://github.com/emmetio/css-parser/issues"
},
"dependencies": {
"@emmetio/stream-reader": "^2.2.0",
"@emmetio/stream-reader-utils": "^0.1.0"
},
"description": "CSS/LESS/SCSS fast and minimalistic parser",
"devDependencies": {
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-register": "^6.24.1",
"mocha": "^3.2.0",
"rollup": "^0.41.6",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-watch": "^3.2.2"
},
"gitHead": "370c480ac103bd17c7bcfb34bf5d577dc40d3660",
"homepage": "https://github.com/emmetio/css-parser#readme",
"keywords": [],
"license": "MIT",
"main": "./dist/css-parser.cjs.js",
"module": "./dist/css-parser.es.js",
"name": "@emmetio/css-parser",
"optionalDependencies": {},
"readme": "# css-parser\nCSS/LESS/SCSS fast and minimalistic parser\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/emmetio/css-parser.git"
},
"scripts": {
"build": "rollup -c",
"test": "mocha",
"watch": "rollup -wc"
},
"version": "0.4.0"
}