package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "is-extendable@0.1.1",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-extendable@0.1.1",
  10. "_id": "is-extendable@0.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
  13. "_location": "/is-extendable",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-extendable@0.1.1",
  19. "name": "is-extendable",
  20. "escapedName": "is-extendable",
  21. "rawSpec": "0.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.1"
  24. },
  25. "_requiredBy": [
  26. "/object.omit"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
  29. "_spec": "0.1.1",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/is-extendable/issues"
  37. },
  38. "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?\"",
  39. "devDependencies": {
  40. "mocha": "*"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/jonschlinkert/is-extendable",
  49. "keywords": [
  50. "array",
  51. "assign",
  52. "check",
  53. "date",
  54. "extend",
  55. "extensible",
  56. "function",
  57. "is",
  58. "object",
  59. "regex",
  60. "test"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "is-extendable",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/jonschlinkert/is-extendable.git"
  68. },
  69. "scripts": {
  70. "test": "mocha"
  71. },
  72. "verbiage": {
  73. "related": {
  74. "list": [
  75. "isobject",
  76. "is-plain-object",
  77. "kind-of",
  78. "is-extendable",
  79. "is-equal-shallow",
  80. "extend-shallow",
  81. "assign-deep"
  82. ]
  83. }
  84. },
  85. "version": "0.1.1"
  86. }