package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "is-equal-shallow@^0.1.3",
  5. "D:\\work\\im\\node_modules\\regex-cache"
  6. ]
  7. ],
  8. "_from": "is-equal-shallow@>=0.1.3 <0.2.0",
  9. "_id": "is-equal-shallow@0.1.3",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/is-equal-shallow",
  13. "_nodeVersion": "0.12.4",
  14. "_npmUser": {
  15. "email": "github@sellside.com",
  16. "name": "jonschlinkert"
  17. },
  18. "_npmVersion": "2.10.1",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "is-equal-shallow",
  22. "raw": "is-equal-shallow@^0.1.3",
  23. "rawSpec": "^0.1.3",
  24. "scope": null,
  25. "spec": ">=0.1.3 <0.2.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/regex-cache"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz",
  32. "_shasum": "2238098fc221de0bcfa5d9eac4c45d638aa1c534",
  33. "_shrinkwrap": null,
  34. "_spec": "is-equal-shallow@^0.1.3",
  35. "_where": "D:\\work\\im\\node_modules\\regex-cache",
  36. "author": {
  37. "name": "Jon Schlinkert",
  38. "url": "https://github.com/jonschlinkert"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/jonschlinkert/is-equal-shallow/issues"
  42. },
  43. "dependencies": {
  44. "is-primitive": "^2.0.0"
  45. },
  46. "description": "Does a shallow comparison of two objects, returning false if the keys or values differ.",
  47. "devDependencies": {
  48. "mocha": "*",
  49. "should": "*"
  50. },
  51. "directories": {},
  52. "dist": {
  53. "shasum": "2238098fc221de0bcfa5d9eac4c45d638aa1c534",
  54. "tarball": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz"
  55. },
  56. "engines": {
  57. "node": ">=0.10.0"
  58. },
  59. "files": [
  60. "index.js"
  61. ],
  62. "gitHead": "dceb47dd9c9c21066958116e3b54b3c8c251ee4a",
  63. "homepage": "https://github.com/jonschlinkert/is-equal-shallow",
  64. "keywords": [
  65. "compare",
  66. "comparison",
  67. "equal",
  68. "equals",
  69. "is",
  70. "is-equal",
  71. "key",
  72. "object",
  73. "same",
  74. "shallow",
  75. "value"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "maintainers": [
  80. {
  81. "email": "github@sellside.com",
  82. "name": "jonschlinkert"
  83. },
  84. {
  85. "email": "brian.woodward@gmail.com",
  86. "name": "doowb"
  87. }
  88. ],
  89. "name": "is-equal-shallow",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git://github.com/jonschlinkert/is-equal-shallow.git"
  95. },
  96. "scripts": {
  97. "test": "mocha"
  98. },
  99. "verbiage": {
  100. "related": {
  101. "description": "Other object utils:",
  102. "list": [
  103. "is-plain-object",
  104. "isobject",
  105. "for-in",
  106. "for-own",
  107. "clone-deep"
  108. ]
  109. }
  110. },
  111. "version": "0.1.3"
  112. }