package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "is-extendable@0.1.1",
  5. "E:\\amr1.0\\AMR"
  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. "/expand-brackets/extend-shallow",
  27. "/extglob/extend-shallow",
  28. "/micromatch/braces/extend-shallow",
  29. "/micromatch/fill-range/extend-shallow",
  30. "/set-value",
  31. "/set-value/extend-shallow",
  32. "/snapdragon/extend-shallow",
  33. "/union-value",
  34. "/watchpack-chokidar2/extend-shallow",
  35. "/webpack-dev-server/extend-shallow"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
  38. "_spec": "0.1.1",
  39. "_where": "E:\\amr1.0\\AMR",
  40. "author": {
  41. "name": "Jon Schlinkert",
  42. "url": "https://github.com/jonschlinkert"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/jonschlinkert/is-extendable/issues"
  46. },
  47. "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?\"",
  48. "devDependencies": {
  49. "mocha": "*"
  50. },
  51. "engines": {
  52. "node": ">=0.10.0"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/jonschlinkert/is-extendable",
  58. "keywords": [
  59. "array",
  60. "assign",
  61. "check",
  62. "date",
  63. "extend",
  64. "extensible",
  65. "function",
  66. "is",
  67. "object",
  68. "regex",
  69. "test"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "name": "is-extendable",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/jonschlinkert/is-extendable.git"
  77. },
  78. "scripts": {
  79. "test": "mocha"
  80. },
  81. "verbiage": {
  82. "related": {
  83. "list": [
  84. "isobject",
  85. "is-plain-object",
  86. "kind-of",
  87. "is-extendable",
  88. "is-equal-shallow",
  89. "extend-shallow",
  90. "assign-deep"
  91. ]
  92. }
  93. },
  94. "version": "0.1.1"
  95. }