package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "is-whitespace@0.3.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  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.npm.taobao.org/is-whitespace/download/is-whitespace-0.3.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fis-whitespace%2Fdownload%2Fis-whitespace-0.3.0.tgz",
  29. "_spec": "0.3.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. }