Comparing version 1.1.3 to 1.2.0
{ | ||
"_from": "detect-libc@^1.0.2", | ||
"_args": [ | ||
[ | ||
"detect-libc@1.0.2", | ||
"/Users/eshanker/Code/fsevents" | ||
] | ||
], | ||
"_from": "detect-libc@1.0.2", | ||
"_id": "detect-libc@1.0.2", | ||
@@ -9,18 +15,15 @@ "_inBundle": false, | ||
"_requested": { | ||
"type": "range", | ||
"type": "version", | ||
"registry": true, | ||
"raw": "detect-libc@^1.0.2", | ||
"raw": "detect-libc@1.0.2", | ||
"name": "detect-libc", | ||
"escapedName": "detect-libc", | ||
"rawSpec": "^1.0.2", | ||
"rawSpec": "1.0.2", | ||
"saveSpec": null, | ||
"fetchSpec": "^1.0.2" | ||
"fetchSpec": "1.0.2" | ||
}, | ||
"_requiredBy": [ | ||
"/node-pre-gyp" | ||
], | ||
"_requiredBy": [], | ||
"_resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.2.tgz", | ||
"_shasum": "71ad5d204bf17a6a6ca8f450c61454066ef461e1", | ||
"_spec": "detect-libc@^1.0.2", | ||
"_where": "/Users/eshanker/Code/fsevents/node_modules/node-pre-gyp", | ||
"_spec": "1.0.2", | ||
"_where": "/Users/eshanker/Code/fsevents", | ||
"author": { | ||
@@ -36,3 +39,2 @@ "name": "Lovell Fuller", | ||
}, | ||
"bundleDependencies": false, | ||
"contributors": [ | ||
@@ -44,3 +46,2 @@ { | ||
], | ||
"deprecated": false, | ||
"description": "Node.js module to detect the C standard library (libc) implementation family and version", | ||
@@ -47,0 +48,0 @@ "devDependencies": { |
{ | ||
"_from": "node-pre-gyp@^0.6.39", | ||
"_args": [ | ||
[ | ||
"node-pre-gyp@0.6.39", | ||
"/Users/eshanker/Code/fsevents" | ||
] | ||
], | ||
"_from": "node-pre-gyp@0.6.39", | ||
"_id": "node-pre-gyp@0.6.39", | ||
@@ -9,10 +15,10 @@ "_inBundle": false, | ||
"_requested": { | ||
"type": "range", | ||
"type": "version", | ||
"registry": true, | ||
"raw": "node-pre-gyp@^0.6.39", | ||
"raw": "node-pre-gyp@0.6.39", | ||
"name": "node-pre-gyp", | ||
"escapedName": "node-pre-gyp", | ||
"rawSpec": "^0.6.39", | ||
"rawSpec": "0.6.39", | ||
"saveSpec": null, | ||
"fetchSpec": "^0.6.39" | ||
"fetchSpec": "0.6.39" | ||
}, | ||
@@ -23,4 +29,3 @@ "_requiredBy": [ | ||
"_resolved": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.39.tgz", | ||
"_shasum": "c00e96860b23c0e1420ac7befc5044e1d78d8649", | ||
"_spec": "node-pre-gyp@^0.6.39", | ||
"_spec": "0.6.39", | ||
"_where": "/Users/eshanker/Code/fsevents", | ||
@@ -37,3 +42,2 @@ "author": { | ||
}, | ||
"bundleDependencies": false, | ||
"dependencies": { | ||
@@ -52,3 +56,2 @@ "detect-libc": "^1.0.2", | ||
}, | ||
"deprecated": false, | ||
"description": "Node.js native addon binary install tool", | ||
@@ -55,0 +58,0 @@ "devDependencies": { |
@@ -24,5 +24,3 @@ { | ||
}, | ||
"_requiredBy": [ | ||
"/tough-cookie" | ||
], | ||
"_requiredBy": [], | ||
"_resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", | ||
@@ -48,3 +46,2 @@ "_spec": "1.4.1", | ||
], | ||
"dependencies": {}, | ||
"description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.", | ||
@@ -85,3 +82,2 @@ "devDependencies": { | ||
"name": "punycode", | ||
"optionalDependencies": {}, | ||
"repository": { | ||
@@ -88,0 +84,0 @@ "type": "git", |
{ | ||
"name": "fsevents", | ||
"version": "1.1.3", | ||
"version": "1.2.0", | ||
"description": "Native Access to Mac OS-X FSEvents", | ||
"main": "fsevents.js", | ||
"dependencies": { | ||
"nan": "^2.3.0", | ||
"node-pre-gyp": "^0.6.39" | ||
"nan": "^2.9.2", | ||
"node-pre-gyp": "^0.9.0" | ||
}, | ||
@@ -10,0 +10,0 @@ "os": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6689091
Updatednan@^2.9.2
Updatednode-pre-gyp@^0.9.0