Sha256: 35a319c768ae0073822ff9e410254ea2c233b30b0a32b09d54bb35c59303dd08
Contents?: true
Size: 1.81 KB
Versions: 10
Compression:
Stored size: 1.81 KB
Contents
{ "name": "is-equal-shallow", "description": "Does a shallow comparison of two objects, returning false if the keys or values differ.", "version": "0.1.2", "homepage": "https://github.com/jonschlinkert/is-equal-shallow", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "repository": { "type": "git", "url": "git://github.com/jonschlinkert/is-equal-shallow.git" }, "bugs": { "url": "https://github.com/jonschlinkert/is-equal-shallow/issues" }, "license": { "type": "MIT", "url": "https://github.com/jonschlinkert/is-equal-shallow/blob/master/LICENSE" }, "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "dependencies": { "is-primitive": "^1.0.0" }, "devDependencies": { "mocha": "*", "should": "*" }, "keywords": [ "compare", "comparison", "equal", "equals", "is", "is-equal", "key", "object", "same", "shallow", "value" ], "gitHead": "04f54f0ecfd28fafb0b7aa42427d29e43b4b61a9", "_id": "is-equal-shallow@0.1.2", "_shasum": "89e619a1f9f1b37019a821c5fe23f93ad874f371", "_from": "is-equal-shallow@>=0.1.1 <0.2.0", "_npmVersion": "2.5.1", "_nodeVersion": "0.12.0", "_npmUser": { "name": "doowb", "email": "brian.woodward@gmail.com" }, "dist": { "shasum": "89e619a1f9f1b37019a821c5fe23f93ad874f371", "tarball": "http://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.2.tgz" }, "maintainers": [ { "name": "jonschlinkert", "email": "github@sellside.com" }, { "name": "doowb", "email": "brian.woodward@gmail.com" } ], "directories": {}, "_resolved": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.2.tgz" }
Version data entries
10 entries across 10 versions & 1 rubygems