2020-12-21 11:29:31 -04:00
{
2021-02-25 11:57:52 -04:00
"name" : "strip-comments" ,
"description" : "Strip comments from code. Removes line comments, block comments, the first comment only, or all comments. Optionally leave protected comments unharmed." ,
"version" : "1.0.2" ,
"homepage" : "https://github.com/jonschlinkert/strip-comments" ,
"author" : "Jon Schlinkert (https://github.com/jonschlinkert)" ,
"repository" : "jonschlinkert/strip-comments" ,
"bugs" : {
"url" : "https://github.com/jonschlinkert/strip-comments/issues"
2020-12-21 11:29:31 -04:00
} ,
2021-02-25 11:57:52 -04:00
"license" : "MIT" ,
"files" : [
"index.js"
2020-12-21 11:29:31 -04:00
] ,
2021-02-25 11:57:52 -04:00
"main" : "index.js" ,
"engines" : {
"node" : ">=4"
2020-12-21 11:29:31 -04:00
} ,
2021-02-25 11:57:52 -04:00
"scripts" : {
"test" : "mocha"
2020-12-21 11:29:31 -04:00
} ,
"dependencies" : {
"babel-extract-comments" : "^1.0.0" ,
"babel-plugin-transform-object-rest-spread" : "^6.26.0"
} ,
"devDependencies" : {
"gulp-format-md" : "^1.0.0" ,
"mocha" : "^3.5.3"
} ,
"keywords" : [
"babel" ,
"babylon" ,
"block" ,
"block comment" ,
"code comment" ,
"comment" ,
"comments" ,
"javascript" ,
"line" ,
"line comment" ,
"remove" ,
"strip"
] ,
"verb" : {
"toc" : true ,
"layout" : "default" ,
"tasks" : [
"readme"
] ,
"plugins" : [
"gulp-format-md"
] ,
"helpers" : [
"./examples/support/helpers.js"
] ,
"related" : {
"list" : [
"babel-extract-comments" ,
"code-context" ,
"extract-comments" ,
"parse-code-context" ,
"parse-comments"
]
} ,
"lint" : {
"reflinks" : true
}
2021-02-25 11:57:52 -04:00
}
, "_resolved" : "https://registry.npmjs.org/strip-comments/-/strip-comments-1.0.2.tgz"
, "_integrity" : "sha512-kL97alc47hoyIQSV165tTt9rG5dn4w1dNnBhOQ3bOU1Nc1hel09jnXANaHJ7vzHLd4Ju8kseDGzlev96pghLFw=="
, "_from" : "strip-comments@1.0.2"
}