{ "_from": "decomment@^0.9.2", "_id": "decomment@0.9.2", "_inBundle": false, "_integrity": "sha512-sblyUmOJZxiL7oJ2ogJS6jtl/67+CTOW87SrYE/96u3PhDYikYoLCdLzcnceToiQejOLlqNnLCkaxx/+nE/ehg==", "_location": "/decomment", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "decomment@^0.9.2", "name": "decomment", "escapedName": "decomment", "rawSpec": "^0.9.2", "saveSpec": null, "fetchSpec": "^0.9.2" }, "_requiredBy": [ "/filing-cabinet" ], "_resolved": "https://registry.npmjs.org/decomment/-/decomment-0.9.2.tgz", "_shasum": "4dffdfbe96a32b0fdf301f758b7f92f7fbe82ab4", "_spec": "decomment@^0.9.2", "_where": "/home/suroh/Repos/11ty.work/node_modules/filing-cabinet", "author": { "name": "Vitaly Tomilov", "email": "vitaly.tomilov@gmail.com" }, "bugs": { "url": "https://github.com/vitaly-t/decomment/issues", "email": "vitaly.tomilov@gmail.com" }, "bundleDependencies": false, "dependencies": { "esprima": "4.0.1" }, "deprecated": false, "description": "Removes comments from JSON/JavaScript, CSS/HTML, CPP/H, etc.", "devDependencies": { "coveralls": "3.0.2", "eslint": "5.3.0", "istanbul": "0.4.5", "jasmine-node": "1.15.0" }, "engines": { "node": ">=6.4", "npm": ">=2.15" }, "files": [ "lib", "test" ], "homepage": "https://github.com/vitaly-t/decomment", "keywords": [ "remove comments", "JavaScript", "JSON", "CSS", "HTML", "CPP", "C++", "Text" ], "license": "MIT", "main": "lib/index.js", "name": "decomment", "repository": { "type": "git", "url": "git+https://github.com/vitaly-t/decomment.git" }, "scripts": { "coverage": "istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test", "lint": "eslint ./lib ./test", "test": "jasmine-node test", "travis": "npm run lint && istanbul cover ./node_modules/jasmine-node/bin/jasmine-node test --captureExceptions && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" }, "version": "0.9.2" }