package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. "/union-value/extend-shallow",
  28. "/union-value/set-value"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
  31. "_shasum": "62b110e289a471418e3ec36a617d472e301dfc89",
  32. "_spec": "is-extendable@^0.1.0",
  33. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah/node_modules/braces/node_modules/extend-shallow",
  34. "author": {
  35. "name": "Jon Schlinkert",
  36. "url": "https://github.com/jonschlinkert"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jonschlinkert/is-extendable/issues"
  40. },
  41. "bundleDependencies": false,
  42. "deprecated": false,
  43. "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?\"",
  44. "devDependencies": {
  45. "mocha": "*"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/jonschlinkert/is-extendable",
  54. "keywords": [
  55. "array",
  56. "assign",
  57. "check",
  58. "date",
  59. "extend",
  60. "extensible",
  61. "function",
  62. "is",
  63. "object",
  64. "regex",
  65. "test"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "is-extendable",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/jonschlinkert/is-extendable.git"
  73. },
  74. "scripts": {
  75. "test": "mocha"
  76. },
  77. "verbiage": {
  78. "related": {
  79. "list": [
  80. "isobject",
  81. "is-plain-object",
  82. "kind-of",
  83. "is-extendable",
  84. "is-equal-shallow",
  85. "extend-shallow",
  86. "assign-deep"
  87. ]
  88. }
  89. },
  90. "version": "0.1.1"
  91. }