package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "is-accessor-descriptor@0.1.6",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-accessor-descriptor@0.1.6",
  10. "_id": "is-accessor-descriptor@0.1.6",
  11. "_inBundle": false,
  12. "_integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
  13. "_location": "/is-accessor-descriptor",
  14. "_phantomChildren": {
  15. "is-buffer": "1.1.6"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "is-accessor-descriptor@0.1.6",
  21. "name": "is-accessor-descriptor",
  22. "escapedName": "is-accessor-descriptor",
  23. "rawSpec": "0.1.6",
  24. "saveSpec": null,
  25. "fetchSpec": "0.1.6"
  26. },
  27. "_requiredBy": [
  28. "/is-descriptor"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/is-accessor-descriptor/download/is-accessor-descriptor-0.1.6.tgz",
  31. "_spec": "0.1.6",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "Jon Schlinkert",
  35. "url": "https://github.com/jonschlinkert"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues"
  39. },
  40. "dependencies": {
  41. "kind-of": "^3.0.2"
  42. },
  43. "description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
  44. "devDependencies": {
  45. "mocha": "*",
  46. "should": "*"
  47. },
  48. "engines": {
  49. "node": ">=0.10.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/jonschlinkert/is-accessor-descriptor",
  55. "keywords": [
  56. "accessor",
  57. "check",
  58. "data",
  59. "descriptor",
  60. "get",
  61. "getter",
  62. "is",
  63. "keys",
  64. "object",
  65. "properties",
  66. "property",
  67. "set",
  68. "setter",
  69. "type",
  70. "valid",
  71. "value"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "name": "is-accessor-descriptor",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/jonschlinkert/is-accessor-descriptor.git"
  79. },
  80. "scripts": {
  81. "test": "mocha"
  82. },
  83. "verb": {
  84. "related": {
  85. "list": [
  86. "is-accessor-descriptor",
  87. "is-data-descriptor",
  88. "is-descriptor",
  89. "isobject"
  90. ]
  91. },
  92. "plugins": [
  93. "gulp-format-md"
  94. ],
  95. "layout": "default"
  96. },
  97. "version": "0.1.6"
  98. }