package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "is-equal-shallow@0.1.3",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-equal-shallow@0.1.3",
  10. "_id": "is-equal-shallow@0.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=",
  13. "_location": "/is-equal-shallow",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-equal-shallow@0.1.3",
  19. "name": "is-equal-shallow",
  20. "escapedName": "is-equal-shallow",
  21. "rawSpec": "0.1.3",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.3"
  24. },
  25. "_requiredBy": [
  26. "/regex-cache"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz",
  29. "_spec": "0.1.3",
  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-equal-shallow/issues"
  37. },
  38. "dependencies": {
  39. "is-primitive": "^2.0.0"
  40. },
  41. "description": "Does a shallow comparison of two objects, returning false if the keys or values differ.",
  42. "devDependencies": {
  43. "mocha": "*",
  44. "should": "*"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/jonschlinkert/is-equal-shallow",
  53. "keywords": [
  54. "compare",
  55. "comparison",
  56. "equal",
  57. "equals",
  58. "is",
  59. "is-equal",
  60. "key",
  61. "object",
  62. "same",
  63. "shallow",
  64. "value"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "is-equal-shallow",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/jonschlinkert/is-equal-shallow.git"
  72. },
  73. "scripts": {
  74. "test": "mocha"
  75. },
  76. "verbiage": {
  77. "related": {
  78. "description": "Other object utils:",
  79. "list": [
  80. "is-plain-object",
  81. "isobject",
  82. "for-in",
  83. "for-own",
  84. "clone-deep"
  85. ]
  86. }
  87. },
  88. "version": "0.1.3"
  89. }