public_library_map/node_modules/is-whitespace/package.json

48 lines
952 B
JSON
Raw Normal View History

2021-11-24 19:46:47 +11:00
{
2021-12-11 08:03:44 +11:00
"name": "is-whitespace",
"description": "Returns true if the value passed is all whitespace.",
"version": "0.3.0",
"homepage": "https://github.com/jonschlinkert/is-whitespace",
2021-11-24 19:46:47 +11:00
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
2021-12-11 08:03:44 +11:00
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/is-whitespace.git"
},
2021-11-24 19:46:47 +11:00
"bugs": {
"url": "https://github.com/jonschlinkert/is-whitespace/issues"
},
2021-12-11 08:03:44 +11:00
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/is-whitespace/blob/master/LICENSE"
2021-11-24 19:46:47 +11:00
},
"files": [
"index.js"
],
2021-12-11 08:03:44 +11:00
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"mocha": "^2.2.1"
},
2021-11-24 19:46:47 +11:00
"keywords": [
"character",
"characters",
"check",
"is",
"match",
"regex",
"space",
"string",
"test",
"white",
"whitespace"
2021-12-11 08:03:44 +11:00
]
2021-11-24 19:46:47 +11:00
}