@inst/vscode-bin-darwin
Version:
BINARY ONLY - VSCode binary deployment for macOS
78 lines (77 loc) • 2.8 kB
JSON
{
"_args": [
[
{
"raw": "@emmetio/math-expression@https://registry.npmjs.org/@emmetio/math-expression/-/math-expression-0.1.1.tgz",
"scope": "@emmetio",
"escapedName": "@emmetio%2fmath-expression",
"name": "@emmetio/math-expression",
"rawSpec": "https://registry.npmjs.org/@emmetio/math-expression/-/math-expression-0.1.1.tgz",
"spec": "https://registry.npmjs.org/@emmetio/math-expression/-/math-expression-0.1.1.tgz",
"type": "remote"
},
"/Users/code/tfs/agent3/_work/2/s/extensions/emmet"
]
],
"_from": "@emmetio/math-expression@>=0.1.1 <0.2.0",
"_id": "@emmetio/math-expression@0.1.1",
"_inCache": true,
"_location": "/@emmetio/math-expression",
"_phantomChildren": {},
"_requested": {
"raw": "@emmetio/math-expression@https://registry.npmjs.org/@emmetio/math-expression/-/math-expression-0.1.1.tgz",
"scope": "@emmetio",
"escapedName": "@emmetio%2fmath-expression",
"name": "@emmetio/math-expression",
"rawSpec": "https://registry.npmjs.org/@emmetio/math-expression/-/math-expression-0.1.1.tgz",
"spec": "https://registry.npmjs.org/@emmetio/math-expression/-/math-expression-0.1.1.tgz",
"type": "remote"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/@emmetio/math-expression/-/math-expression-0.1.1.tgz",
"_shasum": "1ff2c7f05800f64c57ca89038ee18bce9f5776dc",
"_shrinkwrap": null,
"_spec": "@emmetio/math-expression@https://registry.npmjs.org/@emmetio/math-expression/-/math-expression-0.1.1.tgz",
"_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/math-expression/issues"
},
"dependencies": {
"@emmetio/stream-reader": "^2.0.1",
"@emmetio/stream-reader-utils": "^0.1.0"
},
"description": "Parse & evaluate simple math expressions",
"devDependencies": {
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-register": "^6.24.1",
"mocha": "^3.2.0",
"rollup": "^0.41.6",
"rollup-watch": "^3.2.2"
},
"homepage": "https://github.com/emmetio/math-expression#readme",
"keywords": [],
"license": "ISC",
"main": "dist/math.cjs.js",
"module": "dist/math.es.js",
"name": "@emmetio/math-expression",
"optionalDependencies": {},
"readme": "# math-expression\nParse & evaluate simple math expressions\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/emmetio/math-expression.git"
},
"scripts": {
"build": "rollup -c",
"prepublish": "npm run test && npm run build",
"test": "mocha",
"watch": "rollup -wc"
},
"version": "0.1.1"
}