You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.2KB

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