package.json 2.1 KB

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