package.json 1.7 KB

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