package.json 2.8 KB

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