package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "is-property@1.0.2",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "is-property@1.0.2",
  9. "_id": "is-property@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Ks/IoX00TtClbGQr4TWXemAnktAQvYB7HzcCxDGqEZU6oCmb2INHuOoKxbtR+HFkmYWBKv/dOZtGRiAjDhj92g==",
  12. "_location": "/is-property",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-property@1.0.2",
  18. "name": "is-property",
  19. "escapedName": "is-property",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/generate-function"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/is-property/-/is-property-1.0.2.tgz",
  28. "_spec": "1.0.2",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "Mikola Lysenko"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/mikolalysenko/is-property/issues"
  35. },
  36. "dependencies": {},
  37. "description": "Tests if a JSON property can be accessed using . syntax",
  38. "devDependencies": {
  39. "tape": "~1.0.4"
  40. },
  41. "directories": {
  42. "test": "test"
  43. },
  44. "gitHead": "0a85ea5b6b1264ea1cdecc6e5cf186adbb3ffc50",
  45. "homepage": "https://github.com/mikolalysenko/is-property#readme",
  46. "keywords": [
  47. "is",
  48. "property",
  49. "json",
  50. "dot",
  51. "bracket",
  52. ".",
  53. "[]"
  54. ],
  55. "license": "MIT",
  56. "main": "is-property.js",
  57. "name": "is-property",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/mikolalysenko/is-property.git"
  61. },
  62. "scripts": {
  63. "test": "tap test/*.js"
  64. },
  65. "version": "1.0.2"
  66. }