package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "boolbase@1.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "boolbase@1.0.0",
  10. "_id": "boolbase@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=",
  13. "_location": "/boolbase",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "boolbase@1.0.0",
  19. "name": "boolbase",
  20. "escapedName": "boolbase",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/css-select",
  27. "/nth-check",
  28. "/renderkid/css-select"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/boolbase/download/boolbase-1.0.0.tgz",
  31. "_spec": "1.0.0",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "Felix Boehm",
  35. "email": "me@feedic.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/fb55/boolbase/issues"
  39. },
  40. "description": "two functions: One that returns true, one that returns false",
  41. "homepage": "https://github.com/fb55/boolbase",
  42. "keywords": [
  43. "boolean",
  44. "function"
  45. ],
  46. "license": "ISC",
  47. "main": "index.js",
  48. "name": "boolbase",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/fb55/boolbase.git"
  52. },
  53. "scripts": {
  54. "test": "echo \"Error: no test specified\" && exit 1"
  55. },
  56. "version": "1.0.0"
  57. }