{ "_from": "less-vars-to-js@1.3.0", "_id": "less-vars-to-js@1.3.0", "_inBundle": false, "_integrity": "sha512-xeiLLn/IMCGtdyCkYQnW8UuzoW2oYMCKg9boZRaGI58fLz5r90bNJDlqGzmVt/1Uqk75/DxIVtQSNCMkE5fRZQ==", "_location": "/less-vars-to-js", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "less-vars-to-js@1.3.0", "name": "less-vars-to-js", "escapedName": "less-vars-to-js", "rawSpec": "1.3.0", "saveSpec": null, "fetchSpec": "1.3.0" }, "_requiredBy": [ "/umi-ui-theme" ], "_resolved": "https://registry.npmjs.org/less-vars-to-js/-/less-vars-to-js-1.3.0.tgz", "_shasum": "c322cf43a3c8fc3fab655da3e51a14c1499ab571", "_spec": "less-vars-to-js@1.3.0", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/umi-ui-theme", "author": { "name": "Michael Taranto" }, "bugs": { "url": "https://github.com/michaeltaranto/less-vars-to-js/issues" }, "bundleDependencies": false, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "dependencies": { "strip-json-comments": "^2.0.1" }, "deprecated": false, "description": "Read LESS variables from the contents of a file and returning them as a javascript object.", "devDependencies": { "@commitlint/cli": "^7.0.0", "@commitlint/config-conventional": "^7.0.1", "babel-cli": "^6.7.7", "babel-eslint": "^6.0.3", "babel-istanbul": "^0.8.0", "babel-plugin-add-module-exports": "^0.1.2", "babel-preset-es2015": "^6.6.0", "babel-register": "^6.7.2", "chai": "^3.5.0", "commitizen": "^2.10.1", "coveralls": "^2.11.9", "cz-conventional-changelog": "^2.1.0", "eslint": "^2.8.0", "eslint-plugin-mocha": "^2.2.0", "husky": "^0.14.3", "mocha": "^2.4.5", "semantic-release": "^15.9.8" }, "engines": { "node": ">=8" }, "homepage": "https://github.com/michaeltaranto/less-vars-to-js#readme", "licenses": [ { "type": "MIT", "url": "http://michaeltaranto.mit-license.org" } ], "main": "dist/index.js", "name": "less-vars-to-js", "repository": { "type": "git", "url": "git+https://github.com/michaeltaranto/less-vars-to-js.git" }, "scripts": { "build": "babel -d dist/ src/", "clean": "rm -rf dist && mkdir dist", "commit": "git-cz", "commitmsg": "commitlint --edit --extends @commitlint/config-conventional", "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", "enforce-coverage": "babel-istanbul check-coverage --branches 100 --statements 100 --lines 100 --functions 100", "lint": "eslint --config .eslintrc.js src test", "prebuild": "npm run clean", "prepublishOnly": "npm run build", "pretest": "npm run lint", "semantic-release": "semantic-release", "test": "npm run test:unit && npm run enforce-coverage", "test:dev": "mocha --compilers js:babel-register --watch --reporter spec", "test:unit": "babel-node ./node_modules/.bin/babel-istanbul cover _mocha" }, "version": "1.3.0" }