Search Criteria
Package Details: jslint 0.12.1-1
Git Clone URL: | https://aur.archlinux.org/jslint.git (read-only, click to copy) |
---|---|
Package Base: | jslint |
Description: | Easily use JSLint from the command line. |
Upstream URL: | https://github.com/reid/node-jslint |
Keywords: | nodejs |
Licenses: | |
Submitter: | None |
Maintainer: | ivanfon |
Last Packager: | ivanfon |
Votes: | 46 |
Popularity: | 0.000001 |
First Submitted: | 2010-02-17 02:48 |
Last Updated: | 2019-02-18 22:21 |
Latest Comments
1 2 3 4 Next › Last »
saimn commented on 2017-12-19 18:44
Hmm weird, but I no more use it so I will leave the maintenance to anyone who wants. (BTW there is a "new" release, 0.11.0)
gyscos commented on 2017-12-19 15:39
This package does not work currently:
/usr/lib/node_modules/jslint
is a link to../../../../../src/node-jslint-0.10.3
, which unsurprisingly does not resolve.saimn commented on 2015-09-08 21:12
@michurin: Good point. Actually npm was installed by the nodejs package until 2015-05-01 / 0.12.2-4, I missed that change.
michurin commented on 2015-09-08 21:04
It can not be installed without npm. It's have to be depends=('nodejs' 'npm'). Isn't it?
saimn commented on 2014-07-31 20:56
@ChALkeR: thanks for the explanations, I have adopted the package quite recently, so I have updated the license field (though I don't know what the best way to fill the license field).
ChALkeR commented on 2014-07-31 12:11
(Merging my comments into a single one, sorry for all the emails):
Just a notice: jslint is not free software. All files, except jslint.js are licensed under 3-clause BSD, but jslint.js uses a modified MIT license with an extra line: «The Software shall be used for Good, not Evil».
It's the same story as in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692613
https://github.com/douglascrockford/JSLint ( http://JSLint.com/ ) is the source for that jslint.js file. It looks like https://github.com/reid/node-jslint (this package) is just a wrapper for jslint.js from http://JSLint.com/
jslint.js (in both repos) is non-free. See http://www.gnu.org/licenses/license-list.html#JSON
ChALkeR commented on 2014-07-26 15:12
See http://www.gnu.org/licenses/license-list.html#JSON
ChALkeR commented on 2014-07-26 14:46
Ah, excuse me.
https://github.com/douglascrockford/JSLint ( http://JSLint.com/ ) is the source for that jslint.js file.
It looks like node-jslint (this package) is just a wrapper for jslint.js from http://JSLint.com/.
jslint.js (in both repos) is non-free.
ChALkeR commented on 2014-07-26 14:42
And I'm meaning https://github.com/reid/node-jslint (this package), not https://github.com/douglascrockford/JSLint ( http://JSLint.com/ ).
ChALkeR commented on 2014-07-26 14:40
Just a notice: jslint is not free software.
All files, except jslint.js are licensed under 3-clause BSD, but jslint.js uses a modified MIT license with an extra line: «The Software shall be used for Good, not Evil».
It's the same story as in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692613