package.json 2.9 KB

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