Initial commit
[yaffs-website] / node_modules / is-equal-shallow / package.json
1 {
2   "_args": [
3     [
4       "is-equal-shallow@^0.1.3",
5       "/var/www/yaffs/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": "/var/www/yaffs/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       "name": "jonschlinkert",
82       "email": "github@sellside.com"
83     },
84     {
85       "name": "doowb",
86       "email": "brian.woodward@gmail.com"
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         "clone-deep",
104         "for-in",
105         "for-own",
106         "is-plain-object",
107         "isobject"
108       ]
109     }
110   },
111   "version": "0.1.3"
112 }