package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_args": [
  3. [
  4. "is-descriptor@0.1.6",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-descriptor@0.1.6",
  10. "_id": "is-descriptor@0.1.6",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Nm2CQN3kh8pRgjsaufB6EKeCUco=",
  13. "_location": "/is-descriptor",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-descriptor@0.1.6",
  19. "name": "is-descriptor",
  20. "escapedName": "is-descriptor",
  21. "rawSpec": "0.1.6",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.6"
  24. },
  25. "_requiredBy": [
  26. "/class-utils/define-property",
  27. "/expand-brackets/define-property",
  28. "/object-copy/define-property",
  29. "/snapdragon/define-property",
  30. "/static-extend/define-property"
  31. ],
  32. "_resolved": "https://registry.npm.taobao.org/is-descriptor/download/is-descriptor-0.1.6.tgz",
  33. "_spec": "0.1.6",
  34. "_where": "/Users/lihai/jolijoli/pad_spa",
  35. "author": {
  36. "name": "Jon Schlinkert",
  37. "url": "https://github.com/jonschlinkert"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/jonschlinkert/is-descriptor/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Brian Woodward",
  45. "url": "https://twitter.com/doowb"
  46. },
  47. {
  48. "name": "Jon Schlinkert",
  49. "url": "http://twitter.com/jonschlinkert"
  50. },
  51. {
  52. "url": "https://github.com/wtgtybhertgeghgtwtg"
  53. }
  54. ],
  55. "dependencies": {
  56. "is-accessor-descriptor": "^0.1.6",
  57. "is-data-descriptor": "^0.1.4",
  58. "kind-of": "^5.0.0"
  59. },
  60. "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.",
  61. "devDependencies": {
  62. "gulp-format-md": "^1.0.0",
  63. "mocha": "^3.4.2"
  64. },
  65. "engines": {
  66. "node": ">=0.10.0"
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "homepage": "https://github.com/jonschlinkert/is-descriptor",
  72. "keywords": [
  73. "accessor",
  74. "check",
  75. "data",
  76. "descriptor",
  77. "get",
  78. "getter",
  79. "is",
  80. "keys",
  81. "object",
  82. "properties",
  83. "property",
  84. "set",
  85. "setter",
  86. "type",
  87. "valid",
  88. "value"
  89. ],
  90. "license": "MIT",
  91. "main": "index.js",
  92. "name": "is-descriptor",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/jonschlinkert/is-descriptor.git"
  96. },
  97. "scripts": {
  98. "test": "mocha"
  99. },
  100. "verb": {
  101. "related": {
  102. "list": [
  103. "is-accessor-descriptor",
  104. "is-data-descriptor",
  105. "is-descriptor",
  106. "isobject"
  107. ]
  108. },
  109. "plugins": [
  110. "gulp-format-md"
  111. ],
  112. "toc": false,
  113. "layout": "default",
  114. "tasks": [
  115. "readme"
  116. ],
  117. "lint": {
  118. "reflinks": true
  119. }
  120. },
  121. "version": "0.1.6"
  122. }