package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "boolbase@1.0.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  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. "/renderkid/nth-check"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/boolbase/download/boolbase-1.0.0.tgz",
  32. "_spec": "1.0.0",
  33. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  34. "author": {
  35. "name": "Felix Boehm",
  36. "email": "me@feedic.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/fb55/boolbase/issues"
  40. },
  41. "description": "two functions: One that returns true, one that returns false",
  42. "homepage": "https://github.com/fb55/boolbase",
  43. "keywords": [
  44. "boolean",
  45. "function"
  46. ],
  47. "license": "ISC",
  48. "main": "index.js",
  49. "name": "boolbase",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/fb55/boolbase.git"
  53. },
  54. "scripts": {
  55. "test": "echo \"Error: no test specified\" && exit 1"
  56. },
  57. "version": "1.0.0"
  58. }