| 123456789101112131415161718192021222324 | {  "name": "less",  "main": "dist/less.js",  "ignore": [    "**/.*",    "benchmark",    "bin",    "build",    "gradle",    "lib",    "test",    "*.md",    "LICENSE",    "Gruntfile.js",    "*.json",    "*.yml",    "build.gradle",    "gradlew",    "gradlew.bat",    ".gitattributes",    ".jshintrc",    ".npmignore"  ]}
 |