package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "is-whitespace@^0.3.0",
  3. "_id": "is-whitespace@0.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Fjnssb4DauxppUy7QBz77XEUq38=",
  6. "_location": "/is-whitespace",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-whitespace@^0.3.0",
  12. "name": "is-whitespace",
  13. "escapedName": "is-whitespace",
  14. "rawSpec": "^0.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.0"
  17. },
  18. "_requiredBy": [
  19. "/condense-newlines"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-whitespace/-/is-whitespace-0.3.0.tgz",
  22. "_shasum": "1639ecb1be036aec69a54cbb401cfbed7114ab7f",
  23. "_spec": "is-whitespace@^0.3.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\condense-newlines",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/is-whitespace/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Returns true if the value passed is all whitespace.",
  35. "devDependencies": {
  36. "mocha": "^2.2.1"
  37. },
  38. "engines": {
  39. "node": ">=0.10.0"
  40. },
  41. "files": [
  42. "index.js"
  43. ],
  44. "homepage": "https://github.com/jonschlinkert/is-whitespace",
  45. "keywords": [
  46. "character",
  47. "characters",
  48. "check",
  49. "is",
  50. "match",
  51. "regex",
  52. "space",
  53. "string",
  54. "test",
  55. "white",
  56. "whitespace"
  57. ],
  58. "license": {
  59. "type": "MIT",
  60. "url": "https://github.com/jonschlinkert/is-whitespace/blob/master/LICENSE"
  61. },
  62. "main": "index.js",
  63. "name": "is-whitespace",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/jonschlinkert/is-whitespace.git"
  67. },
  68. "scripts": {
  69. "test": "mocha"
  70. },
  71. "version": "0.3.0"
  72. }