package.json 2.1 KB

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