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.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "is-extendable@^0.1.0",
  3. "_id": "is-extendable@0.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
  6. "_location": "/is-extendable",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-extendable@^0.1.0",
  12. "name": "is-extendable",
  13. "escapedName": "is-extendable",
  14. "rawSpec": "^0.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.0"
  17. },
  18. "_requiredBy": [
  19. "/braces/extend-shallow",
  20. "/expand-brackets/extend-shallow",
  21. "/extglob/extend-shallow",
  22. "/fill-range/extend-shallow",
  23. "/set-value",
  24. "/set-value/extend-shallow",
  25. "/snapdragon/extend-shallow",
  26. "/union-value"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
  29. "_shasum": "62b110e289a471418e3ec36a617d472e301dfc89",
  30. "_spec": "is-extendable@^0.1.0",
  31. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\braces\\node_modules\\extend-shallow",
  32. "author": {
  33. "name": "Jon Schlinkert",
  34. "url": "https://github.com/jonschlinkert"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jonschlinkert/is-extendable/issues"
  38. },
  39. "bundleDependencies": false,
  40. "deprecated": false,
  41. "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
  42. "devDependencies": {
  43. "mocha": "*"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/jonschlinkert/is-extendable",
  52. "keywords": [
  53. "array",
  54. "assign",
  55. "check",
  56. "date",
  57. "extend",
  58. "extensible",
  59. "function",
  60. "is",
  61. "object",
  62. "regex",
  63. "test"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "is-extendable",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/jonschlinkert/is-extendable.git"
  71. },
  72. "scripts": {
  73. "test": "mocha"
  74. },
  75. "verbiage": {
  76. "related": {
  77. "list": [
  78. "isobject",
  79. "is-plain-object",
  80. "kind-of",
  81. "is-extendable",
  82. "is-equal-shallow",
  83. "extend-shallow",
  84. "assign-deep"
  85. ]
  86. }
  87. },
  88. "version": "0.1.1"
  89. }